1cd509166d
+ update-patches + chop NEED_VERSION
20 lines
719 B
Plaintext
20 lines
719 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2002/09/03 05:49:19 mark Exp $
|
|
--- Makefile.orig Thu Feb 8 05:44:06 2001
|
|
+++ Makefile Mon Sep 2 22:44:26 2002
|
|
@@ -5,13 +5,11 @@
|
|
#
|
|
# $Id: patch-Makefile,v 1.2 2002/09/03 05:49:19 mark Exp $
|
|
|
|
-CC = gcc
|
|
INSTALL_DIR = /usr/bin/install -c -o root -g bin
|
|
INSTALL_SBIN = /usr/bin/install -c -s -o root -g bin -m 555
|
|
INSTALL_MAN = /usr/bin/install -c -o root -g bin -m 444
|
|
-CFLAGS = -O2 -Wall
|
|
-INCLUDE = -I/usr/local/include
|
|
-LIBS = -L/usr/local/lib `libnet-config --libs` -lpcap
|
|
+INCLUDE = -I${LOCALBASE}/include
|
|
+LIBS = -L${LOCALBASE}/lib `libnet-config --libs` -lpcap
|
|
DEFINE = `libnet-config --defines` #-DDEBUG
|
|
OBJS = main.o active.o enable.o help.o host.o pcap.o signal.o util.o
|
|
|