blob: c4d02971407e3b446008b2b8ecac2d452fe29b4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- Makefile.orig Fri Apr 4 10:40:37 2003
+++ Makefile Thu Jul 3 08:17:18 2003
@@ -51,7 +51,6 @@
cd libhosts_gatherer && ${MAKE} install
- $(INSTALL) -m 0444 include/includes.h $(DESTDIR)${includedir}/nessus
$(INSTALL) -m 0444 include/libnessus.h $(DESTDIR)${includedir}/nessus
$(INSTALL) -m 0444 include/harglists.h $(DESTDIR)${includedir}/nessus
$(INSTALL) -m 0444 include/libvers.h $(DESTDIR)${includedir}/nessus
@@ -63,15 +62,6 @@
test -d $(DESTDIR)${mandir} || ${INSTALL_DIR} -m 755 $(DESTDIR)${mandir}
test -d $(DESTDIR)${mandir}/man1 || ${INSTALL_DIR} -m 755 $(DESTDIR)${mandir}/man1
$(INSTALL) -m 0644 nessus-config.1 $(DESTDIR)${mandir}/man1
-
- @echo
- @echo ' --------------------------------------------------------------'
- @echo ' nessus-libraries has been sucessfully installed. '
- @echo " Make sure that $(bindir) is in your PATH before you"
- @echo " continue "
- @if [ -f /etc/ld.so.conf ]; then echo " Be sure to add $(libdir) in /etc/ld.so.conf and type 'ldconfig'"; else echo ""; fi
- @echo ' --------------------------------------------------------------'
- @echo
clean : $(PCAP_CLEAN)
-cd libnessus && ${MAKE} clean
|