sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
13
share/mk/Makefile
Normal file
13
share/mk/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $OpenBSD: Makefile,v 1.7 2016/10/11 22:36:53 matthieu Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
FILES= bsd.xconf.mk bsd.xorg.mk package_version.m4
|
||||
|
||||
all:
|
||||
|
||||
install::
|
||||
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
${DESTDIR}${X11BASE}/share/mk
|
||||
|
||||
.include <bsd.xorg.mk>
|
Loading…
Add table
Add a link
Reference in a new issue