mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 16:32:25 +01:00
src/bin/ed will never build DES encumbered ed again. That is the job
for secure/bin/ed ...
This commit is contained in:
parent
2b4e0927f6
commit
ffdd6a7267
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5155
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user