xref: /freebsd/sbin/natd/Makefile (revision fcb560670601b2a4d87bb31d7531c8dcc37ee71b)
1# $FreeBSD$
2
3PROG		= natd
4SRCS		= natd.c icmp.c
5WARNS?=	3
6LIBADD		= alias
7MAN		= natd.8
8
9.include <bsd.prog.mk>
10