summaryrefslogtreecommitdiff
path: root/bin/ed
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 09:34:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 09:34:37 +0000
commit151c4d445e69f0f6f5138086f614ea61ccf741bf (patch)
treebc57e527827fd4e50b90b056bf86e00886b0b699 /bin/ed
parentb9bde382b38aba7823a008759b0b88b6c7a68966 (diff)
compile -DDES always
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index f8647dc0df5..88a6adc87a9 100644
--- 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