From c0f676e69bfd829b82362fc6d313182c34d70937 Mon Sep 17 00:00:00 2001 From: pattonme Date: Tue, 15 Sep 1998 10:01:40 +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. --- usr.sbin/ipmon/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.sbin/ipmon/Makefile') diff --git a/usr.sbin/ipmon/Makefile b/usr.sbin/ipmon/Makefile index a92512dc246..2b54945de75 100644 --- a/usr.sbin/ipmon/Makefile +++ b/usr.sbin/ipmon/Makefile @@ -1,9 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:43:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1998/09/15 10:01:38 pattonme Exp $ PROG= ipmon MAN= ipmon.8 -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -DLOGFAC=LOG_LOCAL0 \ - -I${.CURDIR}/../../sys/netinet - .include -- cgit v1.2.3