diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-04 17:50:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-04 17:50:41 +0000 |
commit | 3657310ffde14b57c83bc9882dbf3df9ab64ad59 (patch) | |
tree | 5d978759bb1cb80f9e4d246f333616a82933f55e /usr.sbin | |
parent | 82efda60e1f3d406a238cffa6f32607838589955 (diff) |
Stop installing many of the incredibly dated and un-authoritative share/doc
files. If any information found in these documents is worthwhile and you
miss it, please make the time to work it into the manual pages (which people
actually do read).
ok guenther
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/lpr/Makefile | 6 | ||||
-rw-r--r-- | usr.sbin/timed/Makefile | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/usr.sbin/lpr/Makefile b/usr.sbin/lpr/Makefile index d9e6a50cff7..5072e4afda2 100644 --- a/usr.sbin/lpr/Makefile +++ b/usr.sbin/lpr/Makefile @@ -1,10 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2001/12/06 03:12:30 ericj Exp $ +# $OpenBSD: Makefile,v 1.5 2010/01/04 17:50:39 deraadt Exp $ SUBDIR= lpc lpd lpq lpr lprm lptest pac filters -.if make(install) -SUBDIR+= SMM.doc -.endif - CFLAGS+= -Wall .include <bsd.subdir.mk> diff --git a/usr.sbin/timed/Makefile b/usr.sbin/timed/Makefile index 71b5cf7addc..38a64a7926a 100644 --- a/usr.sbin/timed/Makefile +++ b/usr.sbin/timed/Makefile @@ -1,9 +1,5 @@ -# $OpenBSD: Makefile,v 1.4 2001/05/05 06:46:59 mickey Exp $ +# $OpenBSD: Makefile,v 1.5 2010/01/04 17:50:40 deraadt Exp $ SUBDIR= timed timedc -.if make(install) -SUBDIR+= SMM.doc/timedop SMM.doc/timed -.endif - .include <bsd.subdir.mk> |