X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2Fplatforms%2Falpha%2FMakefile.in;fp=bacula%2Fplatforms%2Falpha%2FMakefile.in;h=e0c9a1bdd8f2e9172964bc8ada0c183c9c5d2e83;hb=cf5dfeff49205cc91e883bcc9e871847bda76a62;hp=0000000000000000000000000000000000000000;hpb=1595bcba54229088916dd55fb9ec9562ea621412;p=bacula%2Fbacula diff --git a/bacula/platforms/alpha/Makefile.in b/bacula/platforms/alpha/Makefile.in new file mode 100644 index 0000000000..e0c9a1bdd8 --- /dev/null +++ b/bacula/platforms/alpha/Makefile.in @@ -0,0 +1,47 @@ +# +# This file is used as the template to create the +# Makefile for the Tru64 specific installation. +# +# 28 May 2004 -- Kern Sibbald +# +# for Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ +# + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ + +nothing: + +install: install-autostart + +install-autostart: install-autostart-fd + + +install-autostart-fd: + @rm -f /sbin/rc0.d/K20bacula-fd + @rm -f /sbin/rc3.d/S99bacula-fd + @$(INSTALL_PROGRAM) -m 744 bacula-fd /sbin/init.d/bacula-fd + # set symlinks for script at startup and shutdown + @ln -f -s /sbin/init.d/bacula-fd /sbin/rc0.d/K20bacula-fd + @ln -f -s /sbin/init.d/bacula-fd /sbin/rc3.d/S99bacula-fd + + +uninstall: uninstall-autostart + +uninstall-autostart: uninstall-autostart-fd + +uninstall-autostart-fd: + @rm -f /sbin/rc0.d/K20bacula-fd + @rm -f /sbin/rc3.d/S99bacula-fd + @rm -f /sbin/init.d/bacula-fd + + +clean: + @rm -f bacula-fd + +distclean: clean + @rm -f Makefile + @rm -rf CVS + +devclean: clean + @rm -f Makefile