Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/shark Move stand to its own line.



details:   https://anonhg.NetBSD.org/src/rev/84b9deb4d43a
branches:  trunk
changeset: 787746:84b9deb4d43a
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jun 30 21:56:44 2013 +0000

description:
Move stand to its own line.

diffstat:

 sys/arch/shark/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fb0aaa8b88f5 -r 84b9deb4d43a sys/arch/shark/Makefile
--- a/sys/arch/shark/Makefile   Sun Jun 30 21:54:26 2013 +0000
+++ b/sys/arch/shark/Makefile   Sun Jun 30 21:56:44 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2008/10/25 22:27:38 apb Exp $
+#      $NetBSD: Makefile,v 1.4 2013/06/30 21:56:44 matt Exp $
 
 # Makefile for shark tags file and boot blocks
 
@@ -25,6 +25,7 @@
            cd $$i && rm -f tags; ln -s ../tags tags; done
 
 
-SUBDIR=        compile include # stand
+SUBDIR=        compile include
+#SUBDIR+=      stand
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index