Repository URL to install this package:
|
Version:
4.9.40-1 ▾
|
linux-headers-4.9.40-rt30-realtime
/
usr
/
src
/
linux-headers-4.9.40-rt30-realtime
/
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