12 lines
251 B
Makefile
12 lines
251 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2008/08/02 20:41:29 mrg Exp $
|
||
|
|
||
|
.include "../Makefile.serverlib"
|
||
|
|
||
|
.if ${MKX11LOADABLE} != "no"
|
||
|
XMODULEDIR= ${X11USRLIBDIR}/modules/extensions
|
||
|
SRCS= afbmodule.c
|
||
|
.endif
|
||
|
|
||
|
.include "../Makefile.servermod"
|
||
|
.include "Makefile.afb"
|