c6db8143ed
Reduce overlinking
11 lines
133 B
Makefile
11 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= /usr/libexec/bsdinstall
|
|
PROG= distfetch
|
|
LIBADD= fetch ncursesw dialog m
|
|
|
|
WARNS?= 6
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|