openbsd-ports/security/nessus/plugins/patches/patch-nessus-plugins_pf_Makefile
sturm 12e3771b9b update to nessus 2.2.4
- this version only comes with GPLed plugins
- for easier maintenance split the port into several subports

from new maintainer Alexandre Anriot <aanriot at atlantilde.com>
2005-05-16 16:02:56 +00:00

17 lines
594 B
Plaintext

--- pf/Makefile.orig Sun Sep 5 16:28:21 1999
+++ pf/Makefile Fri May 6 20:39:32 2005
@@ -5,10 +5,9 @@ PLUGNAME=plugin
all : $(PLUGNAME).nes
$(PLUGNAME).nes : $(PLUGNAME).c
- $(SHELL) libtool $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
- $(SHELL) libtool $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(prefix)/plugins/
-
+ $(SHELL) $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
+ $(SHELL) $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo \
+ -rpath $(prefix)/plugins/
clean :
@rm -fr *.lo *.nes *.la .libs
@rm -fr *.o