summaryrefslogtreecommitdiff
path: root/usr.sbin/mailwrapper/Makefile
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-03-16 22:34:14 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-03-16 22:34:14 +0000
commit84e45ef3f1dd1658e9b45fd0d83f5ddb3baf55c0 (patch)
tree50f4ace9055d6255cca2cd5c05b9e6034799b135 /usr.sbin/mailwrapper/Makefile
parent87c58d78326935f3ac3c34f8cbef59fccfa94668 (diff)
makemap symlink should be in /usr/sbin; ok gilles@
Diffstat (limited to 'usr.sbin/mailwrapper/Makefile')
-rw-r--r--usr.sbin/mailwrapper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile
index 434675223a0..27b480afd77 100644
--- a/usr.sbin/mailwrapper/Makefile
+++ b/usr.sbin/mailwrapper/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2009/03/16 14:26:25 jacekm Exp $
+# $OpenBSD: Makefile,v 1.5 2009/03/16 22:34:13 jacekm Exp $
PROG= mailwrapper
MAN= mailwrapper.8 mailer.conf.5
@@ -10,7 +10,7 @@ afterinstall:
ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/sbin/sendmail
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/makemap
+ ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/sbin/makemap
ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/hoststat
ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/purgestat