# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/03/27 07:24:02 matthieu Exp $
all: Makefile
$(MAKE)
Makefile:
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
if [ -x $(X11BASE)/bin/xmkmf ]; then \
$(X11BASE)/bin/xmkmf ;\
fi
install:
$(MAKE) install.man
.include <bsd.xorg.mk>