summaryrefslogtreecommitdiff
path: root/doc/gl-docs/GL/gl/Makefile.bsd-wrapper
blob: db4c700363134387e0b39648a7eb68f132fa1e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/30 17:24:57 matthieu Exp $

all:	includes
	$(MAKE)

depend:
	lndir ${.CURDIR}
	if [ -x $(X11BASE)/bin/xmkmf ]; then \
		$(X11BASE)/bin/xmkmf ; \
	fi

install:
	$(MAKE) install.man

.include <bsd.xorg.mk>