aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsec-print/Makefile
blob: 78e87a93f3b2ceb5228616c5cd56c4253f00cd7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.SUFFIXES:
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/prog.mk