Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd move pdisk



details:   https://anonhg.NetBSD.org/src/rev/7cce611caad9
branches:  trunk
changeset: 785613:7cce611caad9
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 23 15:42:00 2013 +0000

description:
move pdisk

diffstat:

 external/bsd/Makefile       |  4 +++-
 external/bsd/pdisk/Makefile |  5 +++++
 2 files changed, 8 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 257fee5f9905 -r 7cce611caad9 external/bsd/Makefile
--- a/external/bsd/Makefile     Sat Mar 23 15:39:43 2013 +0000
+++ b/external/bsd/Makefile     Sat Mar 23 15:42:00 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.39 2013/02/25 00:21:04 jmmv Exp $
+#      $NetBSD: Makefile,v 1.40 2013/03/23 15:42:00 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -32,4 +32,6 @@
 SUBDIR+= pcc
 .endif
 
+SUBDIR+= pdisk
+
 .include <bsd.subdir.mk>
diff -r 257fee5f9905 -r 7cce611caad9 external/bsd/pdisk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/pdisk/Makefile       Sat Mar 23 15:42:00 2013 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: Makefile,v 1.1 2013/03/23 15:42:00 christos Exp $
+
+SUBDIR+= bin
+
+.include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index