#
# This file is used as the template to create the
# Makefile for the Darwin specific installation.
#
# 22 Februrary 2003 -- Kern Sibbald
#
# for Bacula release 2.2.6 (10 November 2007) -- darwin
#
INSTALL = /usr/bin/install -c -o root -g wheel
INSTALL_PROGRAM = install -s -o root -g wheel -m 555
nothing:
install:
install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir
install-autostart-fd:
install-autostart-sd:
install-autostart-dir:
uninstall: uninstall-autostart
uninstall-autostart: uninstall-autostart-fd uninstall-autostart-sd uninstall-autostart-dir
uninstall-autostart-fd:
uninstall-autostart-sd:
uninstall-autostart-dir:
clean:
distclean: clean
@rm -f Makefile
devclean: clean
@rm -f Makefile
syntax highlighted by Code2HTML, v. 0.9.1