10 lines
177 B
Makefile
10 lines
177 B
Makefile
# $NetBSD: Makefile,v 1.1 2003/08/08 06:42:40 sjg Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
regress:
|
|
@${MAKE} -f ${.CURDIR:H:H:H}/usr.bin/make/unit-tests/Makefile test
|
|
|
|
|
|
.include <bsd.prog.mk>
|