blob: b79a82b0e2ea1b19f846bfc728be9ea898678f9b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.1 1995/04/24 05:53:31 cgd Exp $
# do nothing here; none of the tests here can be run automatically
SUBDIR=
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>
|