aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/Makefile
blob: a952a84a42a7009dfd0eeee7edc3c6e13dc25477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.SUFFIXES:
MAKEFLAGS += -r

ROOT = ../..
-include $(ROOT)/config.mk

PROG = fnettrace
TARGET = $(PROG)

include $(ROOT)/src/prog.mk