summaryrefslogtreecommitdiffstats
path: root/sbin/natd/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-06-22 04:19:08 +0000
committerbrian <brian@FreeBSD.org>1997-06-22 04:19:08 +0000
commit59a701d2eb6099d33d593a0f994d15fe5a605440 (patch)
treef925a9dd22becc0f3a478fc6b70e4f2a7475099f /sbin/natd/Makefile
downloadFreeBSD-src-59a701d2eb6099d33d593a0f994d15fe5a605440.zip
FreeBSD-src-59a701d2eb6099d33d593a0f994d15fe5a605440.tar.gz
Bring natd into main source tree now that the
pppd/natd combination works ok. Submitted by: Ari Suutari <ari.suutari@ps.carel.fi>
Diffstat (limited to 'sbin/natd/Makefile')
-rw-r--r--sbin/natd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sbin/natd/Makefile b/sbin/natd/Makefile
new file mode 100644
index 0000000..015d645
--- /dev/null
+++ b/sbin/natd/Makefile
@@ -0,0 +1,10 @@
+# $Id:$
+
+PROG= natd
+SRCS= natd.c icmp.c
+CFLAGS+=-Wall
+LDADD= -lalias
+DPADD= ${LIBALIAS}
+MAN8= natd.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud