Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cobalt Add stand SUBDIR.
details: https://anonhg.NetBSD.org/src/rev/170a504083fc
branches: trunk
changeset: 487024:170a504083fc
user: soren <soren%NetBSD.org@localhost>
date: Thu Jun 01 15:20:12 2000 +0000
description:
Add stand SUBDIR.
diffstat:
sys/arch/cobalt/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 1547ea48897b -r 170a504083fc sys/arch/cobalt/Makefile
--- a/sys/arch/cobalt/Makefile Thu Jun 01 14:37:51 2000 +0000
+++ b/sys/arch/cobalt/Makefile Thu Jun 01 15:20:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/03/19 23:07:43 soren Exp $
+# $NetBSD: Makefile,v 1.2 2000/06/01 15:20:12 soren Exp $
# Makefile for cobalt tags file
@@ -26,6 +26,6 @@
-for i in ${DCOBALT}; do \
cd $$i && rm -f tags; ln -s ../tags tags; done
-SUBDIR= include
+SUBDIR= include stand
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index