Add some missing libraries to LDADD

This commit is contained in:
paul 1994-10-16 00:04:42 +00:00
parent ccb43dfe5a
commit d0b9848e58

View File

@ -8,6 +8,6 @@ NOMAN= yet
SRCS = sysinstall.c dkcksum.c
CFLAGS += -Wall
LDADD = -ldialog
LDADD = -ldialog -lncurses -lmytinfo
.include <bsd.prog.mk>