summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-10-17 22:54:38 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-10-17 22:54:38 +0000
commit66eec2515f05e4e6047a734d0936d1b68d76aa83 (patch)
tree2d618428d7517fc1e1adc6e0558d3f06b7fd0572 /gnu
parent6f107d48ba72b50fa2a44764b8a7e06b087a604d (diff)
Stop installing me(1) and ms(1) source code.
We will soon get rid of groff in base, so there is no longer any way to use these files with base. No opposition on tech@.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/Makefile b/gnu/usr.sbin/sendmail/Makefile
index b86f7c2180f..7b35e3fbc1c 100644
--- a/gnu/usr.sbin/sendmail/Makefile
+++ b/gnu/usr.sbin/sendmail/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2004/06/29 04:07:49 millert Exp $
+# $OpenBSD: Makefile,v 1.10 2010/10/17 22:54:37 schwarze Exp $
# We only use these libs internally
.if !make(install)
@@ -15,7 +15,7 @@ SUBDIR+= libmilter sendmail mailstats makemap praliases smrsh editmap cf/cf
# These just get installed verbatim
.if make(install)
-SUBDIR+= doc/op cf
+SUBDIR+= cf
.endif
.include <bsd.subdir.mk>