]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdinstall/distextract/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsdinstall / distextract / Makefile
1 # $FreeBSD$
2
3 BINDIR= /usr/libexec/bsdinstall
4 PROG=   distextract
5 DPADD=  ${LIBARCHIVE} ${LIBNCURSESW} ${LIBDIALOG} ${LIBM}
6 LDADD=  -larchive -lncursesw -ldialog -lm
7
8 WARNS?= 6
9 NO_MAN= true
10
11 .include <bsd.prog.mk>