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