9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/12/12 01:23:59 tv Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
regress:
|
|
@ksh ${.CURDIR}/expr.sh
|
|
|
|
.include <bsd.prog.mk>
|