]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/bsdinstall/distextract/Makefile
MFC r363988:
[FreeBSD/stable/9.git] / usr.sbin / bsdinstall / distextract / Makefile
1 # $FreeBSD$
2
3 BINDIR= /usr/libexec/bsdinstall
4 PROG=   distextract
5 LDADD=  -larchive -lncursesw -ldialog -lm
6
7 WARNS?= 6
8 NO_MAN= true
9
10 .include <bsd.prog.mk>