|
|
@@ -34,6 +34,22 @@ SRC_INETD=@src_inetd@
|
|
|
SRC_INIT=@src_init@
|
|
|
|
|
|
|
|
|
+default:
|
|
|
+ @echo
|
|
|
+ @echo Please enter 'make [option]' where [option] is one of:
|
|
|
+ @echo
|
|
|
+ @echo " all builds nrpe and check_nrpe"
|
|
|
+ @echo " nrpe builds nrpe only"
|
|
|
+ @echo " check_nrpe builds check_nrpe only"
|
|
|
+ @echo " install install nrpe and check_nrpe"
|
|
|
+ @echo " install-plugin install the check_nrpe plugin"
|
|
|
+ @echo " install-daemon install the nrpe daemon"
|
|
|
+ @echo " install-config install the nrpe configuration file"
|
|
|
+ @echo " install-inetd install the startup files for inetd, launchd, etc."
|
|
|
+ @echo " install-init install the startup files for init, systemd, etc."
|
|
|
+ @echo " solaris-package create the solaris package"
|
|
|
+ @echo
|
|
|
+
|
|
|
all:
|
|
|
cd $(SRC_BASE); $(MAKE)
|
|
|
|
|
|
@@ -105,7 +121,7 @@ distclean: clean
|
|
|
cd $(SRC_BASE); $(MAKE) $@; cd ..
|
|
|
cd package/solaris; $(MAKE) $@; cd ../..
|
|
|
rm -rf autom4te.cache
|
|
|
- rm -f config.log config.status config.cache sample-config/nrpe.cfg $(SRC_INCLUDE)/config.h
|
|
|
+ rm -f config.log config.status config.cache sample-config/nrpe.cfg $(SRC_INCLUDE)/config.h
|
|
|
rm -f startup/bsd-init startup/debian-init startup/default-init startup/default-inetd
|
|
|
rm -f startup/default-service startup/default-xinetd startup/mac-org.nagios.PKG_NAME.plist
|
|
|
rm -f startup/openrc-conf startup/openrc-init startup/solaris-PKG_NAME.xml
|