# $HeadURL$ $LastChangedRevision$ ifndef FACILITY_NFS_CLIENT_MK FACILITY_NFS_CLIENT_MK = 1 # In pass #1: load recipe generators # In pass #0: load generated recipes include file-fstab.mk include file-hosts.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: nfs-common.install # The real Makefile else ifeq ($(PCMS_PASS_NUM),0) all.facility: nfs-client.facility ifeq ($(NFS_CLIENT_FLAG),true) nfs-client.facility: fstab.file hosts.file nfs-common.install mount -a -t nfs touch $@ else nfs-client.facility: touch $@ endif endif # PCMS_PASS_NUM endif # FACILITY_NFS_CLIENT_MK