Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/arch Build in ${MACHINE} if it exists.
details: https://anonhg.NetBSD.org/src/rev/1631496ee394
branches: trunk
changeset: 467643:1631496ee394
user: scottr <scottr%NetBSD.org@localhost>
date: Fri Mar 26 22:31:19 1999 +0000
description:
Build in ${MACHINE} if it exists.
diffstat:
sys/lkm/arch/Makefile | 7 +++++++
sys/lkm/arch/Makefile.inc | 5 +++++
2 files changed, 12 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r 46dad91f4845 -r 1631496ee394 sys/lkm/arch/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/lkm/arch/Makefile Fri Mar 26 22:31:19 1999 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 1999/03/26 22:31:19 scottr Exp $
+
+.if exists(${MACHINE})
+SUBDIR+= ${MACHINE}
+.endif
+
+.include <bsd.subdir.mk>
diff -r 46dad91f4845 -r 1631496ee394 sys/lkm/arch/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/lkm/arch/Makefile.inc Fri Mar 26 22:31:19 1999 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.inc,v 1.1 1999/03/26 22:31:19 scottr Exp $
+
+S!= cd ${.CURDIR}/../../..;pwd
+
+.include "../Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index