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

28 lines
740 B
Plaintext
Raw Normal View History

--- Makefile.in.orig Fri Dec 31 03:13:50 1999
+++ Makefile.in Mon Jan 3 23:54:14 2000
@@ -5,13 +5,13 @@
1999-02-08 11:58:17 +00:00
sbindir = @sbindir@
mandir = @mandir@
srcdir = @srcdir@
-libdir = @libdir@/nmap
+libdir = @libdir@
deskdir = $(prefix)/share/gnome/apps/Utilities
1999-02-08 11:58:17 +00:00
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)
@@ -36,7 +36,7 @@
1998-12-15 11:18:32 +00:00
all: $(TARGET)
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS) nmapfe/nmapfe
+$(TARGET): $(DEPS) $(OBJS) nmapfe/nmapfe # @PCAP_DEPENDS@
1998-12-15 11:18:32 +00:00
@echo Compiling nmap
rm -f $@
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)