mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
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>
|