xenocara/doc/gl-docs/GLw/Makefile.bsd-wrapper

16 lines
250 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/30 17:24:57 matthieu Exp $
2006-11-29 10:41:32 -07:00
all: includes
$(MAKE)
depend:
2006-11-29 10:41:32 -07:00
lndir ${.CURDIR}
if [ -x $(X11BASE)/bin/xmkmf ]; then \
$(X11BASE)/bin/xmkmf ;\
fi
2006-11-29 10:41:32 -07:00
install:
$(MAKE) install.man
.include <bsd.xorg.mk>