summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-10-16 02:25:54 +0000
committerpaul <paul@FreeBSD.org>1994-10-16 02:25:54 +0000
commitaeed5a1361ce8d2147a769388da2bd0fe6d83f43 (patch)
tree043d673aeaf097fef23bdd04605ea228a3924174 /sbin
parentd0b9848e5865fc34fa3cc312a866f199cd2100dd (diff)
downloadFreeBSD-src-aeed5a1361ce8d2147a769388da2bd0fe6d83f43.zip
FreeBSD-src-aeed5a1361ce8d2147a769388da2bd0fe6d83f43.tar.gz
Add DPADD for libraries.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/sysinstall/Makefile b/sbin/sysinstall/Makefile
index b2731ca..098910f 100644
--- a/sbin/sysinstall/Makefile
+++ b/sbin/sysinstall/Makefile
@@ -9,5 +9,6 @@ SRCS = sysinstall.c dkcksum.c
CFLAGS += -Wall
LDADD = -ldialog -lncurses -lmytinfo
+DPADD = ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud