summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-06-29 04:07:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-06-29 04:07:50 +0000
commitad91a98b7cbf808bb8be49fe625b6d914e0d98fc (patch)
tree45e0f01675656f227d846bf43786bb3674bba63e /gnu/usr.sbin/sendmail/Makefile
parentf49b078acc5734e3f40c7fd963cc81d759ab0f07 (diff)
Build and install libmilter.a (static only) and libmilter.h. OK deraadt@
Diffstat (limited to 'gnu/usr.sbin/sendmail/Makefile')
-rw-r--r--gnu/usr.sbin/sendmail/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/usr.sbin/sendmail/Makefile b/gnu/usr.sbin/sendmail/Makefile
index 9f742eacb90..b86f7c2180f 100644
--- a/gnu/usr.sbin/sendmail/Makefile
+++ b/gnu/usr.sbin/sendmail/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2003/03/09 00:18:04 millert Exp $
+# $OpenBSD: Makefile,v 1.9 2004/06/29 04:07:49 millert Exp $
# We only use these libs internally
.if !make(install)
@@ -8,7 +8,7 @@ SUBDIR=
.endif
# The bits we install
-SUBDIR+=sendmail mailstats makemap praliases smrsh editmap cf/cf
+SUBDIR+= libmilter sendmail mailstats makemap praliases smrsh editmap cf/cf
# Extra bits we don't build/install right now
#SUBDIR+= mail.local rmail vacation
@@ -19,8 +19,3 @@ SUBDIR+= doc/op cf
.endif
.include <bsd.subdir.mk>
-
-# To build milter support define WANT_LIBMILTER in /etc/mk.conf (unsupported)
-.if defined(WANT_LIBMILTER)
-SUBDIR+= libmilter
-.endif