]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsdinstall/distfetch/Makefile
Upgrade Unbound to 1.7.0. More to follow.
[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>