summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/distextract/Makefile
blob: f84c4d744a37fa78d6f7b3bdaf447182ebcc98aa (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

BINDIR= /usr/libexec/bsdinstall
PROG=	distextract
DPADD=	${LIBARCHIVE} ${LIBNCURSESW} ${LIBDIALOG} ${LIBM}
LDADD=	-larchive -lncursesw -ldialog -lm

WARNS?=	6
MAN=

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud