summaryrefslogtreecommitdiff
path: root/doc/gl-docs/GLw/Makefile.bsd-wrapper
blob: 771b28dfb10fec0d6323b819a0230299fe1023e5 (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>