]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/natd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / natd / Makefile
1 # $FreeBSD$
2
3 PROG            = natd
4 SRCS            = natd.c icmp.c
5 WARNS?= 3
6 LDADD           = -lalias
7 DPADD           = ${LIBALIAS}
8 MAN             = natd.8
9
10 .include <bsd.prog.mk>