2005-07-03 18:30:52 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 2005/07/03 14:30:52 tron Exp $
|
2003-12-22 19:08:56 +03:00
|
|
|
|
2005-07-01 17:47:14 +04:00
|
|
|
.include <bsd.x11.mk>
|
2003-12-22 19:20:46 +03:00
|
|
|
|
|
|
|
.if defined(X11FLAGS.LOADABLE)
|
2005-07-03 18:30:52 +04:00
|
|
|
SUBDIR+= afbmod
|
|
|
|
.else
|
|
|
|
SUBDIR+= afb
|
2003-12-22 19:20:46 +03:00
|
|
|
.endif
|
2003-12-22 19:08:56 +03:00
|
|
|
|
2005-07-03 18:30:52 +04:00
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
|
|
|
|
gaga:
|
|
|
|
@echo ${SUBDIR}
|