diff options
-rw-r--r-- | mail/sendmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 456bca1b54b..071c61bc109 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/01/29 11:34:31 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2001/02/01 10:33:23 wiz Exp $ DISTNAME= sendmail.8.11.2 PKGNAME= sendmail-8.11.2 @@ -87,7 +87,6 @@ post-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ <${FILESDIR}/mailer.conf >${WRKDIR}/mailer.conf.sendmail ${CAT} ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} > ${PLIST_SRC} -test-build: ${CP} ${PKGDIR}/MESSAGE ${MESSAGE_SRC} .if ${USE_DB2} == YES ${ECHO} "" >> ${MESSAGE_SRC} |