aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/Makefile
blob: fe74afda2931615375a9f04fd2e862647d43ba1f (plain) (blame)
1
2
3
4
5
6
7
8
9
.SUFFIXES:
ROOT = ../..
-include $(ROOT)/config.mk

MOD_DIR = src/fnettrace
PROG = fnettrace
TARGET = $(PROG)

include $(ROOT)/src/prog.mk