9 lines
128 B
Makefile
9 lines
128 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/05/05 06:52:57 jmc Exp $
|
|
|
|
MKMAN= no
|
|
|
|
regress:
|
|
@ksh ${.CURDIR}/expr.sh
|
|
|
|
.include <bsd.prog.mk>
|