13 lines
188 B
Makefile
13 lines
188 B
Makefile
|
# $NetBSD: Makefile,v 1.3 2009/08/22 02:40:27 mrg Exp $
|
||
|
|
||
|
LIBISPRIVATE= yes
|
||
|
|
||
|
.include "../Makefile.serverlib"
|
||
|
|
||
|
LIB= dbe
|
||
|
SRCS= ${SRCS.dbe}
|
||
|
|
||
|
COPTS.dbe.c= -Wno-error
|
||
|
|
||
|
.include "Makefile.dbe"
|