13 lines
177 B
Makefile
13 lines
177 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/05/17 21:12:23 christos Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= telldir-memuse
|
|
|
|
regress: ${PROG}
|
|
./${PROG}
|
|
|
|
.include <bsd.prog.mk>
|