Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk add LOCALEDIR and related declarations.
details: https://anonhg.NetBSD.org/src/rev/7026f57c80fb
branches: trunk
changeset: 503146:7026f57c80fb
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Feb 01 19:29:59 2001 +0000
description:
add LOCALEDIR and related declarations.
diffstat:
share/mk/bsd.own.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r bce5bdbfdb32 -r 7026f57c80fb share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Feb 01 17:53:12 2001 +0000
+++ b/share/mk/bsd.own.mk Thu Feb 01 19:29:59 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.154 2001/01/08 13:28:08 itojun Exp $
+# $NetBSD: bsd.own.mk,v 1.155 2001/02/01 19:29:59 itojun Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -58,6 +58,11 @@
KMODOWN?= root
KMODMODE?= ${NONBINMODE}
+LOCALEDIR?= /usr/share/locale
+LOCALEGRP?= wheel
+LOCALEOWN?= root
+LOCALEMODE?= ${NONBINMODE}
+
COPY?= -c
.if defined(UPDATE)
PRESERVE?= -p
Home |
Main Index |
Thread Index |
Old Index