diff options
author | pattonme <pattonme@cvs.openbsd.org> | 1998-09-15 09:55:46 +0000 |
---|---|---|
committer | pattonme <pattonme@cvs.openbsd.org> | 1998-09-15 09:55:46 +0000 |
commit | 3cd9ba287f3c67bf9402a9ed3c86974e71a32d7e (patch) | |
tree | 548b79d7b94f7ef6ebe010f32e62b518b9dd8d5e /sbin/ipf/Makefile | |
parent | 27b061a4a924ebc679eac252e047dc74a15f5fb2 (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/ipf/Makefile')
-rw-r--r-- | sbin/ipf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 960e047452e..4e55c23f66d 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1998/09/15 09:55:44 pattonme Exp $ PROG= ipf MAN= ipf.1 ipf.4 ipf.5 SRCS= ipf.c parse.c opt.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../sys/netinet - .include <bsd.prog.mk> |