diff options
Diffstat (limited to 'security/nessus/files/patch-Makefile')
-rw-r--r-- | security/nessus/files/patch-Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/security/nessus/files/patch-Makefile b/security/nessus/files/patch-Makefile deleted file mode 100644 index e5cba48b359c..000000000000 --- a/security/nessus/files/patch-Makefile +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Tue Jan 21 11:45:03 2003 -+++ Makefile Thu Jul 3 08:41:17 2003 -@@ -10,14 +10,6 @@ - touch $@ - - install: all $(CLIENT_INSTALL) install-bin install-man -- @echo -- @echo ' --------------------------------------------------------------' -- @echo ' nessus-core has been sucessfully installed. ' -- @echo " Make sure that $(bindir) and $(sbindir) are in your PATH before" -- @echo " you continue." -- @echo " nessusd has been installed into $(sbindir)" -- @echo ' --------------------------------------------------------------' -- @echo - - install-bin: - test -d $(DESTDIR)${sbindir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${sbindir} |