9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2003/08/12 03:03:20 simonb Exp $
|
||
|
|
||
|
NOMAN= # defined
|
||
|
|
||
|
regress:
|
||
|
@ksh ${.CURDIR}/factor.sh
|
||
|
|
||
|
.include <bsd.prog.mk>
|