summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-aa
blob: 77b460b73f25051077105e482450e69320d802c6 (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
--- Makefile.in.orig	Sun Feb  7 12:23:10 1999
+++ Makefile.in	Mon Feb  8 03:18:01 1999
@@ -5,12 +5,12 @@
 sbindir = @sbindir@
 mandir = @mandir@
 srcdir = @srcdir@
-libdir = @libdir@/nmap
+libdir = @libdir@
 
 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)
@@ -32,7 +32,7 @@
 
 all: $(TARGET)
 
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
+$(TARGET): $(DEPS) $(OBJS) # @PCAP_DEPENDS@
 	@echo Compiling nmap
 	rm -f $@
 	$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)