summaryrefslogtreecommitdiff
path: root/lib/libXfont/Makefile.bsd-wrapper
blob: d03c71eea0b5cde8ec2a45e5ed49732e6e3b4a10 (plain)
1
2
3
4
5
6
7
8
9
# $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>