NetBSD/external/ibm-public/postfix/libexec/sendmail/Makefile
tron 4e1f96faf8 Mirror the file system structure of the installed files in the structure
of the Makefiles as suggested by Christos Zoulas.
2009-06-25 18:21:50 +00:00

16 lines
290 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:55 tron Exp $
NOMAN= # defined
.include <bsd.own.mk>
PROG= sendmail
DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG}
.PATH: ${DIST}
DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPGLOBAL} ${LIBPUTIL}
.include <bsd.prog.mk>