mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
iscsi, natd, nandfs, pf, quotacheck, and routed. Add ping6 and rtsol to the runtime package. Sponsored by: The FreeBSD Foundation
10 lines
126 B
Makefile
10 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>
|