blob: 80f5ecbb9df3474dfa1671354961cf501234cbce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.1.1.1 2016/06/10 03:42:13 mrg Exp $
LIBISPRIVATE= yes
.include "../Makefile.serverlib"
LIB= dbe
SRCS= ${SRCS.dbe}
COPTS.dbe.c= -Wno-error
.include "Makefile.dbe"
|