Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Fix makefile listing for idoutils - IssueID #94
Browse files Browse the repository at this point in the history
  • Loading branch information
andurin committed May 18, 2009
1 parent e61f432 commit f2e3ad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################
# Makefile for Icinga
#
# Last Modified: 05-01-2009
# Last Modified: 05-18-2009
###############################


Expand Down Expand Up @@ -53,9 +53,9 @@ CP=@CP@

none:
@echo "Please supply a command line argument (i.e. 'make all'). Other targets are:"
@echo " icinga cgis contrib modules"
@echo " icinga cgis contrib modules idoutils"
@echo " clean"
@echo " install install-base install-cgis install-html install-config install-init install-commandmode fullinstall"
@echo " install install-base install-cgis install-html install-config install-init install-commandmode install-idoutils fullinstall"
# @echo " uninstall"

# FreeBSD make does not support -C option, so we'll use the Apache style... (patch by Stanley Hopcroft 12/27/1999)
Expand Down

0 comments on commit f2e3ad8

Please sign in to comment.