summaryrefslogtreecommitdiffstats
path: root/net/despoof/files/patch-aa
blob: 89bfdfbd640f9686362bd63a10e78bb5a5141813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile.orig	Sat Sep  2 18:33:10 2000
+++ Makefile	Sat Sep  2 18:35:05 2000
@@ -1,10 +1,10 @@
 # despoof makefile
 #
-CC=gcc
-CFLAGS=-O3
+CC?=gcc
+CFLAGS?=-O
 PROG=despoof
-DEFS=`libnet-config --defines`
-LIBS=-lnet -lpcap
+DEFS=-I${LOCALBASE}/include `libnet-config --defines`
+LIBS=-L${LOCALBASE}/lib -lnet -lpcap
 
 default: all
 
OpenPOWER on IntegriCloud