]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/natd/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>