WIP FPC-III support
[linux/fpc-iii.git] / tools / testing / selftests / safesetid / Makefile
blobfa02c4d5ec13c1e1071f433c708d08265bbe581e
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for mount selftests.
3 CFLAGS = -Wall -O2
4 LDLIBS = -lcap
6 TEST_PROGS := safesetid-test.sh
7 TEST_GEN_FILES := safesetid-test
9 include ../lib.mk