summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-29 17:51:22 +0000
committerpeter <peter@FreeBSD.org>1999-12-29 17:51:22 +0000
commit4608bdb3fc6758c4ce65c4a91005b236dfe8ab67 (patch)
tree4f3c4aa04ce2bfa71b9ff3f912ace1294491f237 /usr.sbin/mailwrapper/Makefile
parente8ea19d78e855d6d9e26a5314197cd14fddd16b2 (diff)
downloadFreeBSD-src-4608bdb3fc6758c4ce65c4a91005b236dfe8ab67.zip
FreeBSD-src-4608bdb3fc6758c4ce65c4a91005b236dfe8ab67.tar.gz
Make mailwrapper build
Diffstat (limited to 'usr.sbin/mailwrapper/Makefile')
-rw-r--r--usr.sbin/mailwrapper/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile
index ed1130f..c59fa9e 100644
--- a/usr.sbin/mailwrapper/Makefile
+++ b/usr.sbin/mailwrapper/Makefile
@@ -1,13 +1,14 @@
# $NetBSD: Makefile,v 1.4 1999/03/25 16:40:18 is Exp $
+# $FreeBSD$
PROG= mailwrapper
-MAN= mailwrapper.8 mailer.conf.5
+MAN8= mailwrapper.8
DPADD+= ${LIBUTIL}
LDADD+= -lutil
-SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \
- /usr/sbin/mailwrapper /usr/bin/newaliases \
- /usr/sbin/mailwrapper /usr/bin/mailq
+SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \
+ ${BINDIR}/mailwrapper /usr/bin/newaliases \
+ ${BINDIR}/mailwrapper /usr/bin/mailq
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud