Repository URL to install this package:
|
Version:
1.0 ▾
|
linux-rpi2-headers-4.7.0
/
usr
/
src
/
linux-rpi2-headers-4.7.0
/
tools
/
testing
/
selftests
/
capabilities
/
Makefile
|
|---|
TEST_FILES := validate_cap
TEST_PROGS := test_execve
BINARIES := $(TEST_FILES) $(TEST_PROGS)
CFLAGS += -O2 -g -std=gnu99 -Wall
LDLIBS += -lcap-ng -lrt -ldl
all: $(BINARIES)
clean:
$(RM) $(BINARIES)
include ../lib.mk