diff options
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r-- | bin/ed/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile index cacfc05..68cfc3a 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,14 +1,8 @@ -# $Id: Makefile,v 1.8 1994/09/24 02:55:20 davidg Exp $ +# $Id: Makefile,v 1.9 1994/10/29 10:13:34 phk Exp $ PROG= ed 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 -.if !defined(NOCRYPT) -CFLAGS+=-DDES -LDADD+= -lcrypt -DPADD+= ${LIBCRYPT} -.endif - .include <bsd.prog.mk> |