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