diff options
author | pattonme <pattonme@cvs.openbsd.org> | 1998-09-15 09:58:35 +0000 |
---|---|---|
committer | pattonme <pattonme@cvs.openbsd.org> | 1998-09-15 09:58:35 +0000 |
commit | b839d88dbd62e795e3f5c5c0ec526cd5774737ea (patch) | |
tree | 17b92d6ab3ca387c24e5b40ba5758e91d4fdb7e0 /sbin/ipfstat/Makefile | |
parent | d9d8ce366401519cd4b75ad150279eee6fc080b1 (diff) |
Updated to v3.2.9 of Darren's codebase. His code reimplements variable
locking, replaces u_long's with u_32_t to properly handle 64bit archs.
Wrapped OpenBSD specific preprocessor logic.
Diffstat (limited to 'sbin/ipfstat/Makefile')
-rw-r--r-- | sbin/ipfstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index 17997b5c6d8..3577bfaa03c 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:56 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1998/09/15 09:58:33 pattonme Exp $ PROG= ipfstat MAN= ipfstat.8 SRCS= fils.c parse.c opt.c kmem.c .PATH: ${.CURDIR}/../../sbin/ipf -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../sbin/ipf -I${.CURDIR}/../../sys/netinet +CFLAGS+=-I${.CURDIR}/../../sbin/ipf |