aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsec-print/Makefile
blob: b7849391d72965dcc62033cf2a17fbd43075055c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
ROOT = ../..
-include $(ROOT)/config.mk

PROG = fsec-print
TARGET = $(PROG)

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

include $(ROOT)/src/common.mk