Edit

IABSD.fr/xenocara/share/mk/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-05-08 21:09:51
    Hash : 0aeea705
    Message : Don't use INSTALL_DATA here, it's not defined for initial bootstrap (then /usr/X11R6/share/mk isn't installed). Noticed by naddy@. Thanks.

  • share/mk/Makefile
  • #	$OpenBSD: Makefile,v 1.5 2010/05/08 21:09:51 matthieu Exp $
    
    .include <bsd.own.mk>
    
    FILES=	automake.dep bsd.xconf.mk bsd.xorg.mk
    
    all:
    
    install::
    	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
    		${DESTDIR}${X11BASE}/share/mk
    
    .include <bsd.xorg.mk>