the insque and remque in libcompat don't seem to work (!)

This commit is contained in:
cgd 1994-02-20 09:49:58 +00:00
parent 809cf102b5
commit 112ab477b7
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
PROG= ed
CFLAGS+=-DBACKWARDS #-DDES
CFLAGS+=-DBACKWARDS -DNEED_INSQUE #-DDES
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
LDADD+= -lcrypt -lcompat
DPADD+= ${LIBCRYPT} ${LIBCOMPAT}
LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}
#LINKS= ${BINDIR}/ed ${BINDIR}/red
#MLINKS= ed.1 red.1