aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/distextract
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-05-11 13:46:05 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-05-11 13:46:05 +0000
commit290b7b224af3574644610aaa0668f82110ae8834 (patch)
tree5210c546a30638af2c853d30bde0920f99c0fb5e /usr.sbin/bsdinstall/distextract
parent6b5b16bebe48885c682218c877549989625e8b6c (diff)
downloadsrc-290b7b224af3574644610aaa0668f82110ae8834.tar.gz
src-290b7b224af3574644610aaa0668f82110ae8834.zip
Add some missing DPADD.
Notes
Notes: svn path=/head/; revision=250511
Diffstat (limited to 'usr.sbin/bsdinstall/distextract')
-rw-r--r--usr.sbin/bsdinstall/distextract/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/distextract/Makefile b/usr.sbin/bsdinstall/distextract/Makefile
index 3ad1f9897337..a76e764525ff 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