10 lines
169 B
Makefile
10 lines
169 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/02/14 21:58:27 christos Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
regress:
|
|
sh ${.CURDIR}/varquote.sh
|
|
sh ${.CURDIR}/compexit.sh
|
|
|
|
.include <bsd.prog.mk>
|