11 lines
162 B
Makefile
11 lines
162 B
Makefile
|
# $NetBSD: Makefile,v 1.2 2008/09/01 10:18:03 rtr Exp $
|
||
|
|
||
|
LIBISPRIVATE= yes
|
||
|
|
||
|
.include "../Makefile.serverlib"
|
||
|
|
||
|
LIB= exa
|
||
|
SRCS= ${SRCS.exa}
|
||
|
|
||
|
.include "Makefile.exa"
|