# $HeadURL$ $LastChangedRevision$ ifndef FACILITY_USER_MK FACILITY_USER_MK = 1 # In pass #1: load recipe generators # In pass #0: load generated recipes include method-user.mk #include method-grpmem.mk # Variables mentioned both in pass#1 and pass#0. # Tell recipe generators what to generate recipes for ifeq ($(PCMS_PASS_NUM),1) all.copy: $(shell encode /etc/sysctl.d/10-link-restrictions.conf).copy # The real Makefile else ifeq ($(PCMS_PASS_NUM),0) all.facility: user.facility user.facility: $(USER_FILES) localmnt.facility allow-root-to-follow-non-root-symlinks.fix touch $@ allow-root-to-follow-non-root-symlinks.fix: $(shell encode /etc/sysctl.d/10-link-restrictions.conf).copy touch $@ $(USER_FILES): nss.facility endif # PCMS_PASS_NUM endif # FACILITY_USER_MK