11 lines
143 B
Makefile
11 lines
143 B
Makefile
# $NetBSD: Makefile,v 1.1 2002/10/16 19:12:42 thorpej Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= test
|
|
|
|
regress: ${PROG}
|
|
./${PROG}
|
|
|
|
.include <bsd.prog.mk>
|