blob: f0e541bb4138cc7e943d75b54e3f08c04ffb5863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $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>
|