aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsec-print/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsec-print/Makefile')
-rw-r--r--src/fsec-print/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsec-print/Makefile b/src/fsec-print/Makefile
index b7849391d..cbe061d45 100644
--- a/src/fsec-print/Makefile
+++ b/src/fsec-print/Makefile
@@ -7,4 +7,4 @@ TARGET = $(PROG)
7MOD_HDRS = ../include/common.h ../include/seccomp.h ../include/syscall.h 7MOD_HDRS = ../include/common.h ../include/seccomp.h ../include/syscall.h
8MOD_OBJS = ../lib/common.o ../lib/errno.o ../lib/syscall.o 8MOD_OBJS = ../lib/common.o ../lib/errno.o ../lib/syscall.o
9 9
10include $(ROOT)/src/common.mk 10include $(ROOT)/src/prog.mk