src/bin/ed will never build DES encumbered ed again. That is the job

for secure/bin/ed ...
This commit is contained in:
Jordan K. Hubbard 1994-12-18 15:15:10 +00:00
parent 2b4e0927f6
commit ffdd6a7267
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5155

View File

@ -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>