Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src if MAKEOBJDIRPREFIX defined, include etc in make obj
details: https://anonhg.NetBSD.org/src/rev/6d4bd749a173
branches: trunk
changeset: 485811:6d4bd749a173
user: sjg <sjg%NetBSD.org@localhost>
date: Sat May 06 07:53:53 2000 +0000
description:
if MAKEOBJDIRPREFIX defined, include etc in make obj
diffstat:
Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r c9c8f2bfba36 -r 6d4bd749a173 Makefile
--- a/Makefile Sat May 06 07:52:19 2000 +0000
+++ b/Makefile Sat May 06 07:53:53 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2000/04/11 08:21:41 mrg Exp $
+# $NetBSD: Makefile,v 1.114 2000/05/06 07:53:53 sjg Exp $
# This is the top-level makefile for building NetBSD. For an outline of
# how to build a snapshot or release, as well as other release engineering
@@ -59,6 +59,9 @@
SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys
.if make(obj)
SUBDIR+= distrib
+.ifdef MAKEOBJDIRPREFIX
+SUBDIR+= etc
+.endif
.endif
includes-lib: includes-include includes-sys
Home |
Main Index |
Thread Index |
Old Index