9 lines
137 B
Makefile
9 lines
137 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/09/05 07:56:07 lukem Exp $
|
|
|
|
USE_FORT?= yes # data-driven bugs?
|
|
|
|
WARNS= 4
|
|
PROG= db
|
|
|
|
.include <bsd.prog.mk>
|