9 lines
160 B
Makefile
9 lines
160 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/07/27 00:41:08 christos Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
regress:
|
|
@${HOST_SH} ${.CURDIR}/cut_tests ${.CURDIR}
|
|
|
|
.include <bsd.prog.mk>
|