summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper/Makefile
diff options
context:
space:
mode:
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