blob: 0818050b7808e0c1754e7b978d493b4d2d14549c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2007/09/08 16:24:20 matthieu Exp $
SHARED_LIBS= Xfont 7.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>
|