1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sbin/natd/Makefile
Brian Somers 24084f9bfc Bring natd into main source tree now that the
pppd/natd combination works ok.

Submitted by:	Ari Suutari <ari.suutari@ps.carel.fi>
1997-06-22 04:19:08 +00:00

11 lines
125 B
Makefile

# $Id:$
PROG= natd
SRCS= natd.c icmp.c
CFLAGS+=-Wall
LDADD= -lalias
DPADD= ${LIBALIAS}
MAN8= natd.8
.include <bsd.prog.mk>