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/ed/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/ed/Makefile')
-rw-r--r-- | bin/ed/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile index 005d995d265..f9333bfcb64 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2003/07/29 18:36:30 jmc Exp $ +# $OpenBSD: Makefile,v 1.9 2010/01/04 17:50:37 deraadt Exp $ PROG= ed CFLAGS+=-DBACKWARDS -DDES @@ -7,9 +7,4 @@ SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c #LINKS= ${BINDIR}/ed ${BINDIR}/red #MLINKS= ed.1 red.1 -# These just get installed verbatim -.if make(install) -SUBDIR+= USD.doc/09.edtut USD.doc/10.edadv -.endif - .include <bsd.prog.mk> |