From 3cd9ba287f3c67bf9402a9ed3c86974e71a32d7e Mon Sep 17 00:00:00 2001 From: pattonme Date: Tue, 15 Sep 1998 09:55:46 +0000 Subject: 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. --- sbin/ipf/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin/ipf/Makefile') 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 -- cgit v1.2.3