compile -DDES always
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 09:34:36 +0000 (09:34 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 09:34:36 +0000 (09:34 +0000)
bin/ed/Makefile

index f8647dc..88a6adc 100644 (file)
@@ -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