# $HeadURL$ $LastChangedRevision$ ifndef FILE_NMDNSS_MK FILE_NMDNSS_MK = 1 # In pass #1: load recipe generators # In pass #0: load generated recipes include method-nmdnsent.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. nmdnss.file: $(NMDNSENT_FILES) touch $@ # Stuff that is allowed not to exist. endif # PCMS_PASS_NUM endif # FILE_NMDNSS_MK