11 lines
159 B
Makefile
11 lines
159 B
Makefile
|
# $NetBSD: Makefile,v 1.2 2008/08/09 11:14:52 rtr Exp $
|
||
|
|
||
|
LIBISPRIVATE= yes
|
||
|
|
||
|
.include "../Makefile.serverlib"
|
||
|
|
||
|
LIB= fb
|
||
|
SRCS= ${SRCS.fb}
|
||
|
|
||
|
.include "Makefile.fb"
|