]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/natd/Makefile
MFC r368207,368607:
[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>