# $HeadURL$ $LastChangedRevision$ ifndef FILE_NMNICS_MK FILE_NMNICS_MK = 1 # In pass #1: load recipe generators # In pass #0: load generated recipes include method-nmnicent.mk # Tell recipe generators what to generate recipes for ifeq ($(PCMS_PASS_NUM),1) # The real Makefile else ifeq ($(PCMS_PASS_NUM),0) # It is intentional that /etc/network/interfaces is a dependency and a side-product. # Don't create /etc/network/interfaces until NetorkManager is removed; it might react somehow otherwise. nmnics.file: $(NMNICENT_FILES) touch $@ # Stuff that is allowed not to exist. endif # PCMS_PASS_NUM endif # FILE_NMNICS_MK