NetBSD/regress/usr.bin/grep/Makefile

9 lines
158 B
Makefile
Raw Normal View History

2003-10-26 06:50:07 +03:00
# $NetBSD: Makefile,v 1.2 2003/10/26 03:50:07 lukem Exp $
NOMAN= # defined
regress:
2003-10-26 06:50:07 +03:00
@${HOST_SH} ${.CURDIR}/greptests.sh ${.CURDIR}
.include <bsd.prog.mk>