aboutsummaryrefslogtreecommitdiffstats
path: root/src/jailcheck/Makefile
blob: 23cd9c1a9f3c6eda0a23d3d11d17a941e2451219 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.SUFFIXES:
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