summaryrefslogtreecommitdiff
path: root/net/nmap/patches/patch-aa
blob: 43f1156f0b4ec1eab8557a7c679143939edbf9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.3 2000/04/30 00:09:02 wiz Exp $

--- Makefile.in.orig	Sat Apr 29 22:37:50 2000
+++ Makefile.in	Sun Apr 30 01:53:43 2000
@@ -34,7 +34,7 @@
 
 DEPS = nmap.h error.h targets.h osscan.h tcpip.h utils.h global_structures.h charpool.h services.h rpc.h portlist.h
 
-all: $(TARGET) nmapfe/nmapfe
+all: $(TARGET)
 
 $(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
 	@echo Compiling nmap
@@ -129,7 +129,7 @@
 	$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
 
 install: $(TARGET)
-	$(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir)
+	$(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir)
 	$(INSTALL) -c -m 755 nmap $(bindir)/nmap
 	@echo "If the next command failes -- you cannot use the X front end"
 	-test -f nmapfe/nmapfe && $(INSTALL) -c -m 755 nmapfe/nmapfe $(bindir)/nmapfe && $(SHTOOL) mkln -f -s $(bindir)/nmapfe $(bindir)/xnmap && $(INSTALL) -c -m 644 nmapfe.desktop $(deskdir)/nmapfe.desktop