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

11 lines
134 B
Makefile
Raw Normal View History

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