summaryrefslogtreecommitdiff
path: root/libcap/Makefile
diff options
context:
space:
mode:
authorAndrew Morgan <morgan@kernel.org>2007-07-21 22:18:02 -0700
committerAndrew Morgan <morgan@kernel.org>2007-08-13 23:33:40 -0700
commit54f055ee34a121d1649b8fefb6071600bebfca61 (patch)
treeae1ac515ffb749ccf39abb0990ce6f9f040c515d /libcap/Makefile
parent4ede6982a479daecd2ac313b10cebfb7e07f40fa (diff)
downloadlibcap2-54f055ee34a121d1649b8fefb6071600bebfca61.tar.gz
Revived old setcap/getcap manual pages and added support for removing file caps
Diffstat (limited to 'libcap/Makefile')
-rw-r--r--libcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcap/Makefile b/libcap/Makefile
index c492559..f875c33 100644
--- a/libcap/Makefile
+++ b/libcap/Makefile
@@ -46,7 +46,7 @@ $(MINLIBNAME): $(OBJS)
<<<<<<< HEAD:libcap/Makefile
=======
cap_sys.o: cap_sys.c $(INCLS)
- $(CC) $(IPATH) -fPIC -Wall -O2 -c $< -o $@
+ $(CC) -include $(SYSTEM_HEADERS)/linux/unistd.h $(IPATH) -fPIC -Wall -O2 -c $< -o $@
>>>>>>> Add tentitive support for filesystem capabilities with 2.6.23-mm kernels:libcap/Makefile
install: all