openbsd-ports/security/nessus/patches/patch-aa
1999-10-26 13:37:46 +00:00

35 lines
1.1 KiB
Plaintext

--- nessus-libraries/Makefile.orig Tue Oct 19 10:22:31 1999
+++ nessus-libraries/Makefile Tue Oct 19 10:23:03 1999
@@ -3,7 +3,6 @@
all: $(CIPHER_MAKE)
cd libnessus && ${MAKE}
cd libhosts_gatherer && ${MAKE}
- cd libpcap-nessus && ${MAKE}
cipher-make :
cd cipher && ${MAKE}
@@ -15,7 +14,6 @@
test -d ${prefix} || ${INSTALL_DIR} -m 755 ${prefix}
cd libnessus && ${MAKE} install
cd libhosts_gatherer && ${MAKE} install
- cd libpcap-nessus && ${MAKE} install
$(INSTALL) -m 0444 include/libnessus.h ${includedir}/nessus
$(INSTALL) -m 0444 include/harglists.h ${includedir}/nessus
$(INSTALL) -m 0755 nessus-config ${bindir}/nessus-config
@@ -23,7 +21,6 @@
clean :
cd libnessus && ${MAKE} clean
cd libhosts_gatherer && ${MAKE} clean
- cd libpcap-nessus && ${MAKE} clean
test -z "${CIPHER_MAKE}" || (cd cipher && ${MAKE} $@)
distclean : clean
@@ -31,7 +28,6 @@
config.status config.log
cd libnessus && ${MAKE} distclean
cd libhosts_gatherer && ${MAKE} distclean
- cd libpcap-nessus && ${MAKE} distclean
test -z "${CIPHER_MAKE}" || (cd cipher && ${MAKE} $@)
rm -f nessus.tmpl nessus-config