10 lines
226 B
Makefile
10 lines
226 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2007/04/08 18:16:10 matthieu Exp $
|
|
|
|
SHARED_LIBS= Xfont 6.0
|
|
|
|
.if ${MACHINE} == landisk || ${MACHINE} == vax
|
|
CONFIGURE_ARGS+= --disable-loadable-font-modules
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|