diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-10 18:08:19 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-10 18:08:19 +0000 |
commit | e4192d4e06698c8478f985c14ca1fc6180fec80e (patch) | |
tree | b0846685c0846d636d4790752d31d3e0ee4950c5 /share/Makefile | |
parent | dbad9285cc5845abee9e7192cf083bda232e8a91 (diff) | |
download | FreeBSD-src-e4192d4e06698c8478f985c14ca1fc6180fec80e.zip FreeBSD-src-e4192d4e06698c8478f985c14ca1fc6180fec80e.tar.gz |
Install the sendmail cf building tools (contrib/sendmail/cf) in
/usr/share/sendmail/cf.
PR: 19790
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/Makefile b/share/Makefile index 4c5d5e7..30a7eaa 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> |