summaryrefslogtreecommitdiff
path: root/sbin/ipnat/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-26 21:04:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-26 21:04:01 +0000
commitbd2bfce09540c0cf739dba80c7fd9590e426b5eb (patch)
tree48234841eb229e6c1b341f428064eb5aa1196c42 /sbin/ipnat/Makefile
parent36e07a7deb34c4e1e325bc9087c5cc865bee4585 (diff)
no, that is wrong
Diffstat (limited to 'sbin/ipnat/Makefile')
-rw-r--r--sbin/ipnat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile
index e4cf17c48f0..10d4bf17f1b 100644
--- a/sbin/ipnat/Makefile
+++ b/sbin/ipnat/Makefile
@@ -1,10 +1,9 @@
-# $OpenBSD: Makefile,v 1.8 2000/04/26 15:45:27 espie Exp $
+# $OpenBSD: Makefile,v 1.9 2000/04/26 21:04:00 deraadt Exp $
PROG= ipnat
MAN= ipnat.8 ipnat.4 ipnat.5
SRCS= ipnat.c kmem.c natparse.c ifaddr.c
.PATH: ${.CURDIR}/../ipfstat ${.CURDIR}/../ipf
CFLAGS+=-I${.CURDIR}/../../sbin/ipfstat -I${.CURDIR}/../ipf
-MLINKS= ipnat.5 ipnat.conf.5
.include <bsd.prog.mk>