11 lines
136 B
Makefile
11 lines
136 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/usr.sbin
|
||
|
|
||
|
.PATH: ${.CURDIR:H:H}/tests
|
||
|
KYUAFILE= yes
|
||
|
|
||
|
.include <bsd.test.mk>
|