aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsec-print
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsec-print')
-rw-r--r--src/fsec-print/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fsec-print/Makefile b/src/fsec-print/Makefile
index a506c1106..43cc42fed 100644
--- a/src/fsec-print/Makefile
+++ b/src/fsec-print/Makefile
@@ -2,8 +2,9 @@
2ROOT = ../.. 2ROOT = ../..
3-include $(ROOT)/config.mk 3-include $(ROOT)/config.mk
4 4
5MOD_DIR = src/fsec-print 5MOD = fsec-print
6PROG = fsec-print 6MOD_DIR = $(ROOT)/src/$(MOD)
7PROG = $(MOD_DIR)/$(MOD)
7TARGET = $(PROG) 8TARGET = $(PROG)
8 9
9EXTRA_HDRS = ../include/common.h ../include/seccomp.h ../include/syscall.h 10EXTRA_HDRS = ../include/common.h ../include/seccomp.h ../include/syscall.h