$NetBSD: patch-aa,v 1.1.1.1 2001/10/11 14:49:31 agc Exp $

--- Makefile.orig	Thu Sep 13 18:00:00 2001
+++ Makefile	Thu Oct 11 15:28:45 2001
@@ -1,12 +1,8 @@
 all: LaBrea
 
-OPTFLAGS = -g -O6 -funroll-loops -frerun-cse-after-loop -finline-functions \
--mcpu=i686 -fexpensive-optimizations
-#OPTFLAGS = -g
-CC = gcc
-CFLAGS = -Wall `libnet-config --defines` $(OPTFLAGS) $(INCLUDES)
-LDLIBS = `libnet-config --libs` -lpcap
-INCLUDES = -I/usr/include/pcap
+CFLAGS= -Wall `libnet-config --defines` $(OPTFLAGS) $(INCLUDES)
+LDLIBS= `libnet-config --libs` -lpcap
+INCLUDES= -I${PREFIX}/include
 
 LaBrea:	LaBrea.o
 
