--- src/bin/ed/Makefile 2005/02/06 06:16:39 1.7 +++ src/bin/ed/Makefile 2005/09/06 18:55:17 1.8 @@ -7,7 +7,7 @@ SRCS= buf.c cbc.c glbl.c io.c main.c re. LINKS= ${BINDIR}/ed ${BINDIR}/red MLINKS= ed.1 red.1 -.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) +.if exists(${.CURDIR}/../../secure) && !defined(NO_CRYPT) DISTRIBUTION=crypto CFLAGS+=-DDES DPADD= ${LIBCIPHER}