Source-Changes-HG archive

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

[src/trunk]: src/gnu There's no longer a gnu/usr.sbin so don't try to descend...



details:   https://anonhg.NetBSD.org/src/rev/8bc1cc98824f
branches:  trunk
changeset: 748867:8bc1cc98824f
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Nov 08 17:01:58 2009 +0000

description:
There's no longer a gnu/usr.sbin so don't try to descend into it.

(Hello, skrll)

diffstat:

 gnu/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 38626540263a -r 8bc1cc98824f gnu/Makefile
--- a/gnu/Makefile      Sun Nov 08 15:33:29 2009 +0000
+++ b/gnu/Makefile      Sun Nov 08 17:01:58 2009 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.15 2006/11/12 01:20:00 christos Exp $
+#      $NetBSD: Makefile,v 1.16 2009/11/08 17:01:58 pgoyette Exp $
 
-SUBDIR+= lib .WAIT usr.bin usr.sbin
+SUBDIR+= lib .WAIT usr.bin
 
 # Speedup stubs for some subtrees that don't need to run these rules
 includes-libexec:



Home | Main Index | Thread Index | Old Index