mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e)
Conflicts:
bin/pkill/tests/pgrep-f_test.sh
lib/clang/libclangminimal/Makefile
lib/clang/llvm.pre.mk
usr.bin/clang/llvm-dwarfutil/Makefile
13 lines
223 B
Makefile
13 lines
223 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netmap
|
|
TEST_METADATA+= required_user="root"
|
|
TEST_METADATA+= is_exclusive=true
|
|
|
|
PLAIN_TESTS_C+= ctrl-api-test
|
|
|
|
CFLAGS+= -I${SRCTOP}/tests
|
|
LIBADD+= pthread
|
|
|
|
.include <bsd.test.mk>
|