1*51c5f9b7Stron# $NetBSD: Makefile,v 1.2 2013/09/25 19:25:08 tron Exp $ 24e1f96faStron 34e1f96faStronNOMAN= # defined 44e1f96faStron 54e1f96faStron.include <bsd.own.mk> 64e1f96faStron 74e1f96faStronPROG= master 84e1f96faStron 94e1f96faStronDIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG} 104e1f96faStron.PATH: ${DIST} 114e1f96faStron 124e1f96faStronSRCS= master.c master_conf.c master_ent.c master_sig.c master_avail.c \ 134e1f96faStron master_spawn.c master_service.c master_status.c master_listen.c \ 14*51c5f9b7Stron master_vars.c master_wakeup.c master_flow.c master_watch.c \ 15*51c5f9b7Stron master_monitor.c 164e1f96faStron 174e1f96faStronDPADD+= ${LIBPGLOBAL} ${LIBPUTIL} 184e1f96faStronLDADD+= ${LIBPGLOBAL} ${LIBPUTIL} 194e1f96faStron 204e1f96faStron.include <bsd.prog.mk> 21