HOME


Mini Shell 1.0
DIR: /usr/src/linux-headers-6.8.0-45/tools/testing/selftests/safesetid/
Upload File :
Current File : //usr/src/linux-headers-6.8.0-45/tools/testing/selftests/safesetid/Makefile
# SPDX-License-Identifier: GPL-2.0
# Makefile for SafeSetID selftest.
CFLAGS = -Wall -O2
LDLIBS = -lcap

TEST_PROGS := safesetid-test.sh
TEST_GEN_FILES := safesetid-test

include ../lib.mk