summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-03-16 14:26:26 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-03-16 14:26:26 +0000
commit2c34d09c93e28b4a984aec52b13174a5e2519b51 (patch)
tree22ce0b2d6b59dc9d2328e137daea6b4b8cec40cc /gnu
parentd2df23ef7f71c70cc115afa1e03e2a208313709a (diff)
run makemap through mailwrapper(8), to avoid conflict between
sendmail and smtpd. ok gilles@, "Go go go!" todd@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/sendmail/makemap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/makemap/Makefile b/gnu/usr.sbin/sendmail/makemap/Makefile
index 54323ca86fb..79b287b8ffb 100644
--- a/gnu/usr.sbin/sendmail/makemap/Makefile
+++ b/gnu/usr.sbin/sendmail/makemap/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2001/09/11 19:02:49 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2009/03/16 14:26:24 jacekm Exp $
PROG= makemap
MAN= makemap.8
@@ -9,4 +9,7 @@ WANT_LIBSMDB=1
WANT_LIBSMUTIL=1
.include "../../Makefile.inc"
+
+BINDIR=/usr/libexec/sendmail
+
.include <bsd.prog.mk>