c4f205cf3a
loadable modules and don't install the static "afb" library on systems which use a static server. This fixes build problems introduced by recent changes.
15 lines
204 B
Makefile
15 lines
204 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/07/03 14:30:52 tron Exp $
|
|
|
|
.include <bsd.x11.mk>
|
|
|
|
.if defined(X11FLAGS.LOADABLE)
|
|
SUBDIR+= afbmod
|
|
.else
|
|
SUBDIR+= afb
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
gaga:
|
|
@echo ${SUBDIR}
|