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

16 lines
292 B
Makefile
Raw Normal View History

2006-12-04 14:09:59 -07:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $
2006-11-29 10:41:32 -07:00
all: includes
$(MAKE)
depend:
2006-12-04 14:09:59 -07:00
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
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>