# $HeadURL$ $LastChangedRevision$ ifndef FACILITY_LOCALMNT_MK FACILITY_LOCALMNT_MK = 1 # In pass #1: load recipe generators # In pass #0: load generated recipes include file-fstab.mk # Variables mentioned both in pass#1 and pass#0. # Tell recipe generators what to generate recipes for ifeq ($(PCMS_PASS_NUM),1) # The real Makefile else ifeq ($(PCMS_PASS_NUM),0) all.facility: localmnt.facility localmnt.facility: fstab.file mount -a -t nonfs touch $@ endif # PCMS_PASS_NUM endif # FACILITY_LOCALMNT_MK