9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/10/26 03:50:07 lukem Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
regress:
|
|
@${HOST_SH} ${.CURDIR}/greptests.sh ${.CURDIR}
|
|
|
|
.include <bsd.prog.mk>
|