13eb765f2d
Reduce overlinking
11 lines
126 B
Makefile
11 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
NOGCCERROR= # defined
|
|
|
|
PROG= ipfstat
|
|
SRCS= ipfstat.c
|
|
MAN= ipfstat.8
|
|
LIBADD+= ncursesw
|
|
|
|
.include <bsd.prog.mk>
|