artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042eeab
)
compile -DDES always
author
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 09:34:36 +0000
(09:34 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 09:34:36 +0000
(09:34 +0000)
bin/ed/Makefile
patch
|
blob
|
history
diff --git
a/bin/ed/Makefile
b/bin/ed/Makefile
index
f8647dc
..
88a6adc
100644
(file)
--- a/
bin/ed/Makefile
+++ b/
bin/ed/Makefile
@@
-1,7
+1,7
@@
# $NetBSD: Makefile,v 1.24 1995/03/21 09:04:30 cgd Exp $
PROG= ed
-CFLAGS+=-DBACKWARDS
#
-DDES
+CFLAGS+=-DBACKWARDS -DDES
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
LDADD+= -lcrypt