summaryrefslogtreecommitdiff
path: root/sbin/ipnat/Makefile
diff options
context:
space:
mode:
authordgregor <dgregor@cvs.openbsd.org>1998-01-26 04:13:50 +0000
committerdgregor <dgregor@cvs.openbsd.org>1998-01-26 04:13:50 +0000
commita344d388d075c3e901494684772107ed51830e00 (patch)
treef856bf3ae910c03eeb019cb4f5d773c1b81d353d /sbin/ipnat/Makefile
parentde55b0f9ccc745f64ffcc677525707475931a043 (diff)
IPF 3.2.3
Diffstat (limited to 'sbin/ipnat/Makefile')
-rw-r--r--sbin/ipnat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile
index 3cf787dad31..07fdcf86220 100644
--- a/sbin/ipnat/Makefile
+++ b/sbin/ipnat/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:59 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1998/01/26 04:13:45 dgregor Exp $
PROG= ipnat
MAN= ipnat.1 ipnat.4 ipnat.5
SRCS= ipnat.c kmem.c
.PATH: ${.CURDIR}/../ipfstat
-CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../sys/netinet
+CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sbin/ipfstat
.include <bsd.prog.mk>