1 1.2 tron # $NetBSD: Makefile,v 1.2 2013/09/25 19:25:08 tron Exp $ 2 1.1 tron 3 1.1 tron NOMAN= # defined 4 1.1 tron 5 1.1 tron .include <bsd.own.mk> 6 1.1 tron 7 1.1 tron PROG= master 8 1.1 tron 9 1.1 tron DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG} 10 1.1 tron .PATH: ${DIST} 11 1.1 tron 12 1.1 tron SRCS= master.c master_conf.c master_ent.c master_sig.c master_avail.c \ 13 1.1 tron master_spawn.c master_service.c master_status.c master_listen.c \ 14 1.2 tron master_vars.c master_wakeup.c master_flow.c master_watch.c \ 15 1.2 tron master_monitor.c 16 1.1 tron 17 1.1 tron DPADD+= ${LIBPGLOBAL} ${LIBPUTIL} 18 1.1 tron LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} 19 1.1 tron 20 1.1 tron .include <bsd.prog.mk> 21