Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt Fix tags directory list.



details:   https://anonhg.NetBSD.org/src/rev/55b051b5a300
branches:  trunk
changeset: 493978:55b051b5a300
user:      soren <soren%NetBSD.org@localhost>
date:      Wed Jun 28 09:47:55 2000 +0000

description:
Fix tags directory list.

diffstat:

 sys/arch/cobalt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e75e97fd7c64 -r 55b051b5a300 sys/arch/cobalt/Makefile
--- a/sys/arch/cobalt/Makefile  Wed Jun 28 09:45:01 2000 +0000
+++ b/sys/arch/cobalt/Makefile  Wed Jun 28 09:47:55 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2000/06/01 15:20:12 soren Exp $
+#      $NetBSD: Makefile,v 1.3 2000/06/28 09:47:55 soren Exp $
 
 # Makefile for cobalt tags file
 
@@ -7,7 +7,7 @@
 
 TCOBALT=       ../cobalt/tags
 SCOBALT=       ../cobalt/cobalt/*.[ch] ../cobalt/include/*.h \
-               ../cobalt/pci/*.[ch]
+               ../cobalt/dev/*.[ch] ../cobalt/pci/*.[ch]
 ACOBALT=       ../cobalt/cobalt/*.S
 
 # Directories in which to place tags links



Home | Main Index | Thread Index | Old Index