mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-15 02:06:02 -04:00
10 lines
169 B
Makefile
10 lines
169 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/04/10 02:39:33 jruoho Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sbin/sysctl
|
|
|
|
TESTS_SH= t_perm t_sysctl
|
|
|
|
.include <bsd.test.mk>
|