]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/alpha/Makefile.in
Tweak btape makefile
[bacula/bacula] / bacula / platforms / alpha / Makefile.in
1
2 # This file is used as the template to create the
3 # Makefile for the Tru64 specific installation.
4 #
5 #  28 May 2004 -- Kern Sibbald
6 #
7 #  for Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
8 #
9
10 INSTALL = @INSTALL@
11 INSTALL_PROGRAM = @INSTALL_PROGRAM@
12
13 nothing:
14
15 install: install-autostart
16
17 install-autostart: install-autostart-fd 
18
19         
20 install-autostart-fd:
21         @rm -f /sbin/rc0.d/K20bacula-fd
22         @rm -f /sbin/rc3.d/S99bacula-fd
23         @$(INSTALL_PROGRAM) -m 744 bacula-fd /sbin/init.d/bacula-fd
24         # set symlinks for script at startup and shutdown
25         @ln -f -s /sbin/init.d/bacula-fd /sbin/rc0.d/K20bacula-fd
26         @ln -f -s /sbin/init.d/bacula-fd /sbin/rc3.d/S99bacula-fd
27
28
29 uninstall: uninstall-autostart
30
31 uninstall-autostart: uninstall-autostart-fd
32
33 uninstall-autostart-fd:
34         @rm -f /sbin/rc0.d/K20bacula-fd
35         @rm -f /sbin/rc3.d/S99bacula-fd
36         @rm -f /sbin/init.d/bacula-fd
37
38
39 clean:
40         @rm -f 1 2 3
41
42 distclean: clean
43         @rm -f bacula-fd
44         @rm -f Makefile
45
46 devclean: clean
47         @rm -f bacula-fd
48         @rm -f Makefile