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

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

SO = libpostexecseccomp.so
TARGET = $(SO)

MOD_HDRS = ../include/seccomp.h ../include/rundefs.h

include $(ROOT)/src/so.mk