aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/distextract/Makefile
blob: 313ec00902f620200cb2d6f8f96e04f4436b2414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

BINDIR= /usr/libexec/bsdinstall
PROG=	distextract
LIBADD=	archive dpv figpar ncursesw dialog m

WARNS?=	6
MAN=

.include <bsd.prog.mk>