7de1daeb93
iscsi, natd, nandfs, pf, quotacheck, and routed. Add ping6 and rtsol to the runtime package. Sponsored by: The FreeBSD Foundation
11 lines
126 B
Makefile
11 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= natd
|
|
PROG = natd
|
|
SRCS = natd.c icmp.c
|
|
WARNS?= 3
|
|
LIBADD = alias
|
|
MAN = natd.8
|
|
|
|
.include <bsd.prog.mk>
|