summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper
diff options
context:
space:
mode:
authorjacekm <jacekm@openbsd.org>2009-03-16 22:34:13 +0000
committerjacekm <jacekm@openbsd.org>2009-03-16 22:34:13 +0000
commit3f92fd3477cc976e73ce02b23674f0996057a7f1 (patch)
tree4d0449009c9c81badaa985a7d6ebda1d3cbda670 /usr.sbin/mailwrapper
parentadd secrets.db; ok gilles@ (diff)
downloadwireguard-openbsd-3f92fd3477cc976e73ce02b23674f0996057a7f1.tar.xz
wireguard-openbsd-3f92fd3477cc976e73ce02b23674f0996057a7f1.zip
makemap symlink should be in /usr/sbin; ok gilles@
Diffstat (limited to 'usr.sbin/mailwrapper')
-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