diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-25 05:19:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-25 05:19:14 +0000 |
commit | 129913e55ff3ccd48d7fa68e24b11f2370f63f70 (patch) | |
tree | 7be6983863d16edfdb4c8cdf16bfae54b3dca90b /rcynic/Makefile.in | |
parent | af363c36d18a73cf88ef4f95acaabd6c6745d54e (diff) |
Minimally-tested rcynic installation for Mac OS X
svn path=/rcynic/Makefile.in; revision=3660
Diffstat (limited to 'rcynic/Makefile.in')
-rw-r--r-- | rcynic/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rcynic/Makefile.in b/rcynic/Makefile.in index 8689f12d..55d0230c 100644 --- a/rcynic/Makefile.in +++ b/rcynic/Makefile.in @@ -26,11 +26,11 @@ ${BIN}: ${SRC} test: ${BIN} if test -r rcynic.conf; then ./${BIN} -j 0 && echo && ./show.sh; else echo No rcynic.conf, skipping test; fi -install: ${BIN} scripts/install.sh - cd scripts; . ./install.sh ${host_os} +install: ${BIN} installation-scripts/install.sh + cd installation-scripts; . ./install.sh ${host_os} uninstall deinstall: - @echo Sorry, automated deinstallation of rcynic not implemented yet + cd installation-scripts; . ./deinstall.sh ${host_os} doc:: doxygen |