summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-04 02:41:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-04 02:41:20 +0000
commitea7bf43e53a3efb8b9bb73a165a15eb57b23ad2a (patch)
tree1dcd8494e2c5051973d086cf8d4c48fc072e2fca /usr.sbin
parentaa015f31551bf1d4c1a86a5531f8bbd9d8b2e355 (diff)
Add smtpd link
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mailwrapper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile
index e5c2bf388d9..91d03a29f72 100644
--- a/usr.sbin/mailwrapper/Makefile
+++ b/usr.sbin/mailwrapper/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 1999/08/02 19:50:07 jakob Exp $
+# $OpenBSD: Makefile,v 1.2 2000/04/04 02:41:19 millert Exp $
PROG= mailwrapper
MAN= mailwrapper.8 mailer.conf.5
@@ -8,6 +8,7 @@ LDADD+= -lutil
afterinstall:
ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/sbin/sendmail
+ ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/sbin/smtpd
ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/newaliases
ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/mailq
ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/hoststat