From: etheisen Date: Thu, 15 Feb 1996 02:18:53 +0000 (+0000) Subject: libcrypt no longer a link dependancy. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=57452d31f36bef45447905218f7066670454055e;p=openbsd libcrypt no longer a link dependancy. --- diff --git a/bin/ed/Makefile b/bin/ed/Makefile index 88a6adc87a9..b0dfe0bf61f 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -4,8 +4,8 @@ PROG= ed CFLAGS+=-DBACKWARDS -DDES SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c -LDADD+= -lcrypt -DPADD+= ${LIBCRYPT} +#LDADD+= -lcrypt +#DPADD+= ${LIBCRYPT} #LINKS= ${BINDIR}/ed ${BINDIR}/red #MLINKS= ed.1 red.1