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

PROG = firemon
TARGET = $(PROG)

EXTRA_HDRS = ../include/common.h ../include/pid.h
EXTRA_OBJS = ../lib/common.o ../lib/pid.o

include $(ROOT)/src/prog.mk