summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/distextract/Makefile
blob: a76e764525fffbecf60ea033d1606dde5422d103 (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
NO_MAN=	true

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