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

16 lines
294 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/03/27 07:24:02 matthieu Exp $
2006-11-29 10:41:32 -07:00
all: Makefile
2006-11-29 10:41:32 -07:00
$(MAKE)
Makefile:
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>