From 85f38a573fc47472ab792e813b6f6b6f0b1df112 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sat, 30 Jan 2016 15:45:28 -0800 Subject: Drop use of libattr for our trivial use case of kernel API. Signed-off-by: Andrew G. Morgan --- progs/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'progs') 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) -- cgit v1.2.3