aboutsummaryrefslogtreecommitdiffstats
path: root/src/jailcheck/Makefile
blob: 029fd422b8d36139364473a4d4a298bfaaa05abd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.SUFFIXES:
MAKEFLAGS += -r

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

PROG = jailcheck
TARGET = $(PROG)

MOD_HDRS = ../include/common.h ../include/pid.h
MOD_OBJS = ../lib/common.o ../lib/pid.o

include $(ROOT)/src/prog.mk