From 9966fe08a798262c6161751502ef532c09c4f81d Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 11 May 2013 13:46:05 +0000 Subject: Add some missing DPADD. --- usr.bin/gcore/Makefile | 2 +- usr.sbin/bsdinstall/distextract/Makefile | 1 + usr.sbin/bsdinstall/distfetch/Makefile | 1 + usr.sbin/bsdinstall/partedit/Makefile | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile index c4939d8..0f37281 100644 --- a/usr.bin/gcore/Makefile +++ b/usr.bin/gcore/Makefile @@ -3,7 +3,7 @@ PROG= gcore SRCS= elfcore.c gcore.c -DPADD= ${LIBUTIL} +DPADD= ${LIBSBUF} ${LIBUTIL} LDADD= -lsbuf -lutil WARNS?= 1 diff --git a/usr.sbin/bsdinstall/distextract/Makefile b/usr.sbin/bsdinstall/distextract/Makefile index 3ad1f98..a76e764 100644 --- a/usr.sbin/bsdinstall/distextract/Makefile +++ b/usr.sbin/bsdinstall/distextract/Makefile @@ -2,6 +2,7 @@ BINDIR= /usr/libexec/bsdinstall PROG= distextract +DPADD= ${LIBARCHIVE} ${LIBNCURSESW} ${LIBDIALOG} ${LIBM} LDADD= -larchive -lncursesw -ldialog -lm WARNS?= 6 diff --git a/usr.sbin/bsdinstall/distfetch/Makefile b/usr.sbin/bsdinstall/distfetch/Makefile index 5a449ac1..bb82908 100644 --- a/usr.sbin/bsdinstall/distfetch/Makefile +++ b/usr.sbin/bsdinstall/distfetch/Makefile @@ -2,6 +2,7 @@ BINDIR= /usr/libexec/bsdinstall PROG= distfetch +DPADD= ${LIBFETCH} ${LIBNCURSESW} ${LIBDIALOG} ${LIBM} LDADD= -lfetch -lncursesw -ldialog -lm WARNS?= 6 diff --git a/usr.sbin/bsdinstall/partedit/Makefile b/usr.sbin/bsdinstall/partedit/Makefile index b7f5097..fb75888 100644 --- a/usr.sbin/bsdinstall/partedit/Makefile +++ b/usr.sbin/bsdinstall/partedit/Makefile @@ -5,6 +5,7 @@ PROG= partedit LINKS= ${BINDIR}/partedit ${BINDIR}/autopart \ ${BINDIR}/partedit ${BINDIR}/scriptedpart SYMLINKS= ${BINDIR}/partedit /usr/sbin/sade +DPADD= ${LIBGEOM} ${LIBNCURSESW} ${LIBUTIL} ${LIBDIALOG} ${LIBM} LDADD= -lgeom -lncursesw -lutil -ldialog -lm PARTEDIT_ARCH= ${MACHINE} -- cgit v1.1