mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 09:09:01 -04:00
13 lines
197 B
Makefile
13 lines
197 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/12/14 17:48:31 pooka Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/dev/cgd
|
|
FILES= paramsfile
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
TESTS_SH= t_cgd
|
|
|
|
.include <bsd.test.mk>
|