Add some missing libraries to LDADD

This commit is contained in:
Paul Richards 1994-10-16 00:04:42 +00:00
parent 65005ce25c
commit c83e0fb6db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3634

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>