summaryrefslogtreecommitdiff
path: root/package/libcap/patches/patch-Makefile
blob: 51603e6508ef511bc75de0ab0c62b02259f8ae0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- libcap-2.25.orig/Makefile	2014-05-31 22:11:05.000000000 +0200
+++ libcap-2.25/Makefile	2016-09-23 10:32:34.156211429 +0200
@@ -10,11 +10,7 @@ include Make.Rules
 
 all install clean: %: %-here
 	$(MAKE) -C libcap $@
-ifneq ($(PAM_CAP),no)
-	$(MAKE) -C pam_cap $@
-endif
 	$(MAKE) -C progs $@
-	$(MAKE) -C doc $@
 
 all-here: