diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-20 17:30:27 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-20 17:30:27 +0000 |
commit | ff249e8d4f997fe8e05c76889366ed08ae4f125a (patch) | |
tree | 71785d30883470172a0c7b96caf13beca93a5038 /gnu/usr.sbin/sendmail/Makefile | |
parent | 6a56249248c80bd032a9b869c3dd86063ebe30f0 (diff) |
Fix up WANT_LIBMILTER stuff for people who want to use it; downsj@downsj.com
Diffstat (limited to 'gnu/usr.sbin/sendmail/Makefile')
-rw-r--r-- | gnu/usr.sbin/sendmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/Makefile b/gnu/usr.sbin/sendmail/Makefile index d0839ba9555..84e8c2475bb 100644 --- a/gnu/usr.sbin/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/Makefile @@ -1,8 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2001/09/11 19:02:47 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2002/07/20 17:30:26 millert Exp $ # We only use these libs internally .if !make(install) SUBDIR= libsmutil libsmdb libsm +.if defined(WANT_LIBMILTER) +SUBDIR+= libmilter +.endif .else SUBDIR= .endif |