aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/fseccomp/Makefile')
-rw-r--r--src/fseccomp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fseccomp/Makefile b/src/fseccomp/Makefile
index 461179f4d..f8c35d41f 100644
--- a/src/fseccomp/Makefile
+++ b/src/fseccomp/Makefile
@@ -5,7 +5,7 @@ ROOT = ../..
5PROG = fseccomp 5PROG = fseccomp
6TARGET = $(PROG) 6TARGET = $(PROG)
7 7
8MOD_HDRS = ../include/common.h ../include/syscall.h 8EXTRA_HDRS = ../include/common.h ../include/syscall.h
9MOD_OBJS = ../lib/common.o ../lib/errno.o ../lib/syscall.o 9EXTRA_OBJS = ../lib/common.o ../lib/errno.o ../lib/syscall.o
10 10
11include $(ROOT)/src/prog.mk 11include $(ROOT)/src/prog.mk