Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-12-04 21:09:59
    Hash : 897eabda
    Message : Fix build without an obj dir.

  • doc/gl-docs/GLw/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $
    
    all:	includes
    	$(MAKE)
    
    depend:
    	if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
    	if [ -x $(X11BASE)/bin/xmkmf ]; then \
    		$(X11BASE)/bin/xmkmf ;\
    	fi
    
    install:
    	$(MAKE) install.man
    
    .include <bsd.xorg.mk>