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

PROG = fsec-print
TARGET = $(PROG)

EXTRA_HDRS = ../include/common.h ../include/seccomp.h ../include/syscall.h
EXTRA_OBJS = ../lib/common.o ../lib/errno.o ../lib/syscall.o

include $(ROOT)/src/prog.mk