]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsdinstall/distfetch/Makefile
Replay r349336 by scottl accidentally reverted by r349352
[FreeBSD/FreeBSD.git] / usr.sbin / bsdinstall / distfetch / Makefile
1 # $FreeBSD$
2
3 BINDIR= ${LIBEXECDIR}/bsdinstall
4 PROG=   distfetch
5 LIBADD= fetch ncursesw dialog m
6
7 WARNS?= 6
8 MAN=
9
10 .include <bsd.prog.mk>