]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/bsdinstall/distfetch/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.sbin / bsdinstall / distfetch / Makefile
1 # $FreeBSD$
2
3 BINDIR= /usr/libexec/bsdinstall
4 PROG=   distfetch
5 LDADD=  -lfetch -lncursesw -ldialog -lm
6
7 WARNS?= 6
8 NO_MAN= true
9
10 .include <bsd.prog.mk>