diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-11 19:02:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-11 19:02:52 +0000 |
commit | b9658e618d8e5a4f53d0291f13222e5e19dd695f (patch) | |
tree | 347b055971d930905e6c510a18587adc19a2f124 /gnu/usr.sbin/sendmail/Makefile | |
parent | 03eaf40ad95c4f4c5613308db2dfe2f64ee709b0 (diff) |
merge in sendmail 8.12.0 with BSD Makefiles and mdoc man pages
Diffstat (limited to 'gnu/usr.sbin/sendmail/Makefile')
-rw-r--r-- | gnu/usr.sbin/sendmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/Makefile b/gnu/usr.sbin/sendmail/Makefile index d36732b2a6d..d0839ba9555 100644 --- a/gnu/usr.sbin/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 2000/04/04 04:58:35 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2001/09/11 19:02:47 millert Exp $ # We only use these libs internally .if !make(install) -SUBDIR= libsmutil libsmdb +SUBDIR= libsmutil libsmdb libsm .else SUBDIR= .endif # The bits we install -SUBDIR+=sendmail mailstats makemap praliases smrsh cf/cf +SUBDIR+=sendmail mailstats makemap praliases smrsh editmap cf/cf # Extra bits we don't build/install right now #SUBDIR+= libmilter mail.local rmail vacation |