summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-aa
blob: a8d615d30257fd34425ace91bee8b1fe211e2d47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- Makefile.in.orig	Fri Dec 31 03:13:50 1999
+++ Makefile.in	Mon Jan  3 23:54:14 2000
@@ -5,13 +5,13 @@
 sbindir = @sbindir@
 mandir = @mandir@
 srcdir = @srcdir@
-libdir = @libdir@/nmap
+libdir = @libdir@
 deskdir = $(prefix)/share/gnome/apps/Utilities
 
 CC = @CC@
 CCOPT = 
 LIBPCAPDIR = @libpcapdir@
-INCLS = -I. -I$(LIBPCAPDIR)
+INCLS = -I. # -I$(LIBPCAPDIR)
 DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DLIBDIR=\"$(libdir)\"
 CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
 # CFLAGS = -g -Wall $(DEFS) $(INCLS)
@@ -36,7 +36,7 @@
 
 all: $(TARGET)
 
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS) nmapfe/nmapfe
+$(TARGET): $(DEPS) $(OBJS) nmapfe/nmapfe # @PCAP_DEPENDS@
 	@echo Compiling nmap
 	rm -f $@
 	$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)