13eb765f2d
Reduce overlinking
10 lines
112 B
Makefile
10 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = natd
|
|
SRCS = natd.c icmp.c
|
|
WARNS?= 3
|
|
LIBADD = alias
|
|
MAN = natd.8
|
|
|
|
.include <bsd.prog.mk>
|