9 lines
139 B
Makefile
9 lines
139 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2005/04/04 16:48:45 peter Exp $
|
||
|
|
||
|
NOMAN= # defined
|
||
|
|
||
|
regress:
|
||
|
@sh ${.CURDIR}/dirname.sh
|
||
|
|
||
|
.include <bsd.prog.mk>
|