14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2008/05/24 13:29:07 matthieu Exp $
|
|
|
|
SHARED_LIBS= Xfont 8.0
|
|
|
|
.if ${MACHINE} == landisk || ${MACHINE} == vax
|
|
CONFIGURE_ARGS+= --disable-loadable-font-modules
|
|
.endif
|
|
|
|
.if ${MACHINE} == landisk || ${MACHINE} == vax
|
|
CONFIGURE_ARGS+= --disable-loadable-font-modules
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|