opnsense-src/lib/libcasper/services/cap_sysctl/tests/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

17 lines
349 B
Makefile

.include <src.opts.mk>
ATF_TESTS_C= sysctl_test
.if ${MK_CASPER} != "no"
LIBADD+= casper
LIBADD+= cap_sysctl
CFLAGS+=-DWITH_CASPER
.endif
LIBADD+= nv
# cap_sysctl tests modify global sysctl values and read them back, so
# cannot be run in parallel.
TEST_METADATA.sysctl_test+= required_user="root" \
is_exclusive=true
.include <bsd.test.mk>