1# $NetBSD: Makefile,v 1.3 2020/06/27 08:50:46 jruoho Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/sbin/sysctl
6
7TESTS_SH=	t_perm t_random_garbage t_sysctl
8
9.include <bsd.test.mk>
10