mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
12 lines
161 B
Makefile
12 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib/atf
|
|
|
|
.PATH: ${.CURDIR:H:H:H}/tests
|
|
KYUAFILE= yes
|
|
|
|
SUBDIR= test-programs
|
|
|
|
.include <bsd.test.mk>
|