Reverse my patch which erroneously removed the library dependencies

for a library.  They're needed.
This commit is contained in:
jkh 1996-08-13 12:46:10 +00:00
parent 9dcb14d6d3
commit 36270d5e25

View File

@ -12,6 +12,9 @@ SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
LDADD+= -lncurses -lmytinfo
DPADD+= ${LIBNCURSES} ${LIBMYTINFO}
beforeinstall:
-cd ${.CURDIR}; cmp -s dialog.h ${DESTDIR}/usr/include/dialog.h || \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dialog.h \