# $HeadURL$ $LastChangedRevision$ ifndef FACILITY_SUDO_MK FACILITY_SUDO_MK = 1 # In pass #1: load recipe generators # In pass #0: load generated recipes include file-sudoers.mk include method-install.mk # Variables mentioned both in pass#1 and pass#0. # Tell recipe generators what to generate recipes for ifeq ($(PCMS_PASS_NUM),1) all.install: sudo.install # The real Makefile else ifeq ($(PCMS_PASS_NUM),0) all.facility: sudo.facility sudo.facility: sudoers.file sudo.install touch $@ # Ordering sudoers.file: sudo.install endif # PCMS_PASS_NUM endif # FACILITY_SUDO_MK