diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-26 21:04:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-26 21:04:01 +0000 |
commit | bd2bfce09540c0cf739dba80c7fd9590e426b5eb (patch) | |
tree | 48234841eb229e6c1b341f428064eb5aa1196c42 /sbin/ipnat/Makefile | |
parent | 36e07a7deb34c4e1e325bc9087c5cc865bee4585 (diff) |
no, that is wrong
Diffstat (limited to 'sbin/ipnat/Makefile')
-rw-r--r-- | sbin/ipnat/Makefile | 3 |
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> |