diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 14:56:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 14:56:33 +0000 |
commit | 1501c7c296a56b70d3068de3c22889e2c412c78c (patch) | |
tree | a7aad5f6597516a10d37a6af2213aa7a919b2260 /share/mk/Makefile |
Makefile rules to help the build of the modular X.Org.
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r-- | share/mk/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile new file mode 100644 index 000000000..0edfa94d1 --- /dev/null +++ b/share/mk/Makefile @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile,v 1.1 2006/11/25 14:56:32 matthieu Exp $ + +.include <bsd.own.mk> + +FILES= bsd.xorg.mk + +all: + +install:: + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${DESTDIR}${X11BASE}/share/mk + +.include <bsd.xorg.mk> |