9 lines
137 B
Makefile
9 lines
137 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/12/12 01:24:19 tv Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
regress:
|
|
@/bin/sh ${.CURDIR}/stests
|
|
|
|
.include <bsd.prog.mk>
|