.SUFFIXES: ROOT = ../.. -include $(ROOT)/config.mk MOD_DIR = src/fnettrace-dns PROG = fnettrace-dns TARGET = $(PROG) include $(ROOT)/src/prog.mk