mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
10 lines
166 B
Makefile
10 lines
166 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/07/28 16:08:40 njoly Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sbin/newfs_msdos
|
|
|
|
TESTS_SH= t_create
|
|
|
|
.include <bsd.test.mk>
|