11 lines
149 B
Makefile
11 lines
149 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/12/12 01:24:01 tv Exp $
|
|
|
|
PROG= div
|
|
NOMAN= # defined
|
|
WARNS?= 1
|
|
|
|
regress: ${PROG}
|
|
./${PROG}
|
|
|
|
.include <bsd.prog.mk>
|