mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
9 lines
112 B
Makefile
9 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = natd
|
|
SRCS = natd.c icmp.c
|
|
WARNS?= 3
|
|
LIBADD = alias
|
|
MAN = natd.8
|
|
|
|
.include <bsd.prog.mk>
|