aboutsummaryrefslogtreecommitdiff
path: root/progs/Makefile
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2016-11-10 22:12:48 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-10 22:12:48 +0000
commit0a972d8f9984f519ae05bea92ad1ad34b9485921 (patch)
treebb1f11259d81b794c3f5d0dcdfc7aff04e35d936 /progs/Makefile
parentc590c72c39c09c5bde7d22c75f4062aedc761ac8 (diff)
parentb562e4e37c8b0bca6789f05da1f5ac508cc08a97 (diff)
downloadlibcap-0a972d8f9984f519ae05bea92ad1ad34b9485921.tar.gz
Update our copy of libcap. am: 02403a9504
am: b562e4e37c Change-Id: Id47b57b6a81377d40b80d88da1b5b56fa5fe5cd1
Diffstat (limited to 'progs/Makefile')
-rw-r--r--progs/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/Makefile b/progs/Makefile
index 778149e..c094a24 100644
--- a/progs/Makefile
+++ b/progs/Makefile
@@ -4,10 +4,7 @@ include $(topdir)/Make.Rules
#
# Programs: all of the examples that we will compile
#
-PROGS=getpcaps capsh
-ifeq ($(LIBATTR),yes)
-PROGS += getcap setcap
-endif
+PROGS=getpcaps capsh getcap setcap
BUILD=$(PROGS)