summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-31 09:23:54 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-31 09:23:54 +0000
commitb0b54e3d8b917a6eeaf781c19bad1590ff512da4 (patch)
tree805000c2289f6623ab48b8c288af571a4b70331e /usr.sbin/Makefile
parentd142b5c512ecfa8f16dd9b6fa22b0b6c0f34ac93 (diff)
downloadFreeBSD-src-b0b54e3d8b917a6eeaf781c19bad1590ff512da4.zip
FreeBSD-src-b0b54e3d8b917a6eeaf781c19bad1590ff512da4.tar.gz
Add a NO_MAILWRAPPER knob to make.conf and wrap it around
mailwrapper(8) for folks who find it annoying to have their development version of sendmail blown away by ``make world''. PR: 17394
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index f2a1e55..0ae95fb3 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -42,7 +42,6 @@ SUBDIR= IPXrouted \
kernbb \
keyserv \
lpr \
- mailwrapper \
manctl \
memcontrol \
mergemaster \
@@ -129,6 +128,10 @@ SUBDIR+=named \
nsupdate
.endif
+.if !defined(NO_MAILWRAPPER)
+SUBDIR+=mailwrapper
+.endif
+
.if !defined(NO_SENDMAIL)
SUBDIR+=mailstats \
makemap \
OpenPOWER on IntegriCloud