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