mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Add some missing libraries to LDADD
This commit is contained in:
parent
65005ce25c
commit
c83e0fb6db
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3634
@ -8,6 +8,6 @@ NOMAN= yet
|
|||||||
SRCS = sysinstall.c dkcksum.c
|
SRCS = sysinstall.c dkcksum.c
|
||||||
|
|
||||||
CFLAGS += -Wall
|
CFLAGS += -Wall
|
||||||
LDADD = -ldialog
|
LDADD = -ldialog -lncurses -lmytinfo
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user