freebsd-skq/sbin/natd/Makefile
bapt 6fdc031751 Convert sbin/ to LIBADD
Reduce overlinking
2014-11-25 11:23:12 +00:00

10 lines
112 B
Makefile

# $FreeBSD$
PROG = natd
SRCS = natd.c icmp.c
WARNS?= 3
LIBADD = alias
MAN = natd.8
.include <bsd.prog.mk>