NetBSD/regress/bin/expr/Makefile

9 lines
134 B
Makefile
Raw Normal View History

2001-12-12 04:23:59 +03:00
# $NetBSD: Makefile,v 1.3 2001/12/12 01:23:59 tv Exp $
2000-10-27 03:32:14 +04:00
2001-12-12 04:23:59 +03:00
NOMAN= # defined
2000-10-27 03:32:14 +04:00
2001-12-12 04:23:59 +03:00
regress:
2001-05-05 10:52:57 +04:00
@ksh ${.CURDIR}/expr.sh
2000-10-27 03:32:14 +04:00
.include <bsd.prog.mk>