aboutsummaryrefslogtreecommitdiff
path: root/share/Makefile
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-10-10 18:08:19 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-10-10 18:08:19 +0000
commit31923af7ce27e5cfb4579c27881af6111886a761 (patch)
treef39492520fb49ceab760038279ccbc3bdb542fd7 /share/Makefile
parent81f87bbcbea0c02c549cbb0e111d49a647d4c53b (diff)
Install the sendmail cf building tools (contrib/sendmail/cf) in
/usr/share/sendmail/cf. PR: 19790
Notes
Notes: svn path=/head/; revision=66940
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/Makefile b/share/Makefile
index 4c5d5e7e79bc..30a7eaa21e76 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -10,4 +10,8 @@ SUBDIR= colldef dict examples isdn man me misc mk mklocale skel \
SUBDIR+= doc
.endif
+.if !defined(NO_SENDMAIL)
+SUBDIR+= sendmail
+.endif
+
.include <bsd.subdir.mk>