1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/nmap/files/patch-aa

27 lines
664 B
Plaintext
Raw Normal View History

1999-02-08 11:58:17 +00:00
--- 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)
1998-12-15 11:18:32 +00:00
+INCLS = -I. # -I$(LIBPCAPDIR)
1999-02-08 11:58:17 +00:00
DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DLIBDIR=\"$(libdir)\"
CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
@@ -32,7 +32,7 @@
1998-12-15 11:18:32 +00:00
all: $(TARGET)
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
+$(TARGET): $(DEPS) $(OBJS) # @PCAP_DEPENDS@
@echo Compiling nmap
rm -f $@
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)