1*4e1f96faStron# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:55 tron Exp $ 2*4e1f96faStron 3*4e1f96faStronNOMAN= # defined 4*4e1f96faStron 5*4e1f96faStron.include <bsd.own.mk> 6*4e1f96faStron 7*4e1f96faStronPROG= qmgr 8*4e1f96faStron 9*4e1f96faStronDIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG} 10*4e1f96faStron.PATH: ${DIST} 11*4e1f96faStron 12*4e1f96faStronSRCS= qmgr.c qmgr_active.c qmgr_transport.c qmgr_queue.c qmgr_entry.c \ 13*4e1f96faStron qmgr_message.c qmgr_deliver.c qmgr_move.c \ 14*4e1f96faStron qmgr_job.c qmgr_peer.c qmgr_feedback.c \ 15*4e1f96faStron qmgr_defer.c qmgr_enable.c qmgr_scan.c qmgr_bounce.c qmgr_error.c 16*4e1f96faStron 17*4e1f96faStronDPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL} 18*4e1f96faStronLDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL} 19*4e1f96faStron 20*4e1f96faStron.include <bsd.prog.mk> 21