freebsd-dev/usr.sbin/bsdinstall/distfetch/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

11 lines
133 B
Makefile

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