c68de7484a
Pretty much all that this change does is shuffles the code around and hooks it into the regular build. The code of the old tests has not changed.
11 lines
132 B
Makefile
11 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sbin
|
|
|
|
.PATH: ${.CURDIR:H:H}/tests
|
|
KYUAFILE= yes
|
|
|
|
.include <bsd.test.mk>
|