NetBSD/x11/Xserver/afb/Makefile
tron c4f205cf3a Install "afb" module again on systems which use an X11 server with
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.
2005-07-03 14:30:52 +00:00

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}