1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Small formatting changes in Makefile.in.

This commit is contained in:
david
2009-11-25 23:31:52 +00:00
parent dc569f0417
commit 69ae959d53

View File

@@ -271,7 +271,6 @@ install-ndiff:
NSE_FILES = scripts/script.db scripts/*.nse
NSE_LIB_LUA_FILES = nselib/*.lua
NSE_LIB_DATA_FILES = nselib/data/*
install-nse: $(TARGET)
$(INSTALL) -d $(DESTDIR)$(nmapdatadir)/scripts
@@ -288,7 +287,7 @@ install-nse: $(TARGET)
$(INSTALL) -d $(DESTDIR)$(nmapdatadir)/$$f; \
done
for f in `find nselib/data -name .svn -prune -o -type f -print`; do \
$(INSTALL) -c -m 644 $$f $(DESTDIR)$(nmapdatadir)/$$f; \
$(INSTALL) -c -m 644 $$f $(DESTDIR)$(nmapdatadir)/$$f; \
done
install-ncat: $(NCATDIR)/ncat