SUBDIRS = getcfg  hotplug  mail network pidof  reboot  sysrepd  test sguard monddns fmhd

clean: $(patsubst %, _clean_%, $(SUBDIRS)) 
	
$(patsubst %, _clean_%, $(SUBDIRS)) : 
	@echo '======== CLEANING IN $(patsubst _clean_%,%, $@) ==================='
	$(MAKE) -i -C $(patsubst _clean_%, %, $@) clean

