Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/kyua-testers/share/doc Install kyua-testers' di...
details: https://anonhg.NetBSD.org/src/rev/19564196a043
branches: trunk
changeset: 785116:19564196a043
user: jmmv <jmmv%NetBSD.org@localhost>
date: Sun Feb 24 03:12:59 2013 +0000
description:
Install kyua-testers' distribution documents.
(Followup to my previous commit as I forgot to include these new files.)
diffstat:
external/bsd/kyua-testers/share/doc/Makefile | 5 ++++
external/bsd/kyua-testers/share/doc/kyua-testers/Makefile | 16 +++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diffs (29 lines):
diff -r 01376855b5f3 -r 19564196a043 external/bsd/kyua-testers/share/doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/kyua-testers/share/doc/Makefile Sun Feb 24 03:12:59 2013 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1 2013/02/24 03:12:59 jmmv Exp $
+
+SUBDIR= kyua-testers
+
+.include <bsd.subdir.mk>
diff -r 01376855b5f3 -r 19564196a043 external/bsd/kyua-testers/share/doc/kyua-testers/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/kyua-testers/share/doc/kyua-testers/Makefile Sun Feb 24 03:12:59 2013 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/02/24 03:12:59 jmmv Exp $
+
+.include <bsd.init.mk>
+
+SRCDIR= ${NETBSDSRCDIR}/external/bsd/kyua-testers/dist
+.PATH: ${SRCDIR}
+
+.if ${MKSHARE} != "no"
+.PATH: ${SRCDIR}
+
+FILESDIR= /usr/share/doc/kyua-testers
+FILESMODE= 444
+FILES= AUTHORS COPYING NEWS README
+.endif
+
+.include <bsd.files.mk>
Home |
Main Index |
Thread Index |
Old Index