Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst Change MENUC= and MSGC= to ?= to aid i...
details: https://anonhg.NetBSD.org/src/rev/23c75ac43d0a
branches: trunk
changeset: 479930:23c75ac43d0a
user: garbled <garbled%NetBSD.org@localhost>
date: Mon Dec 27 20:31:32 1999 +0000
description:
Change MENUC= and MSGC= to ?= to aid in cross-compiling sysinst.
diffstat:
distrib/utils/sysinst/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 346bccbd3785 -r 23c75ac43d0a distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc Mon Dec 27 20:05:06 1999 +0000
+++ b/distrib/utils/sysinst/Makefile.inc Mon Dec 27 20:31:32 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 1999/06/20 05:55:51 cgd Exp $
+# $NetBSD: Makefile.inc,v 1.6 1999/12/27 20:31:32 garbled Exp $
#
# Makefile for install
@@ -27,8 +27,8 @@
.PATH: ${.CURDIR}/../..
-MENUC=menuc
-MSGC=msgc
+MENUC?=menuc
+MSGC?=msgc
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index