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 /bin/csh/Makefile | |
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 'bin/csh/Makefile')
-rw-r--r-- | bin/csh/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index e7423991dde..ba44b9e31a1 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2008/01/11 20:16:02 jmc Exp $ +# $OpenBSD: Makefile,v 1.10 2010/01/04 17:50:36 deraadt Exp $ # # C Shell with process control; VM/UNIX VAX Makefile # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria @@ -40,8 +40,4 @@ const.h: const.c .depend alloc.o: const.h error.h -.if make(install) -SUBDIR+= USD.doc -.endif - .include <bsd.prog.mk> |