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

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

PROG = fseccomp
TARGET = $(PROG)

MOD_HDRS = ../include/common.h ../include/syscall.h
MOD_OBJS = ../lib/common.o ../lib/errno.o ../lib/syscall.o

include $(ROOT)/src/prog.mk