freebsd-dev/usr.sbin/bsdinstall/distfetch/Makefile

11 lines
133 B
Makefile
Raw Normal View History

# $FreeBSD$
BINDIR= /usr/libexec/bsdinstall
PROG= distfetch
LIBADD= fetch ncursesw dialog m
WARNS?= 6
MAN=
.include <bsd.prog.mk>