Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Use the ttys file from etc.${MACHINE} directly.
details: https://anonhg.NetBSD.org/src/rev/05437c7ff7e5
branches: trunk
changeset: 571287:05437c7ff7e5
user: christos <christos%NetBSD.org@localhost>
date: Tue Nov 16 02:33:21 2004 +0000
description:
Use the ttys file from etc.${MACHINE} directly.
diffstat:
etc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6ae8e1ce20c6 -r 05437c7ff7e5 etc/Makefile
--- a/etc/Makefile Tue Nov 16 01:24:01 2004 +0000
+++ b/etc/Makefile Tue Nov 16 02:33:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.296 2004/11/15 16:33:41 he Exp $
+# $NetBSD: Makefile,v 1.297 2004/11/16 02:33:21 christos Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -251,7 +251,7 @@
# install-etc-files --
# Install etc (config) files; not performed by "make build"
#
-install-etc-files: .PHONY check_DESTDIR MAKEDEV ttys
+install-etc-files: .PHONY check_DESTDIR MAKEDEV
${_MKMSG_INSTALL} ${DESTDIR}/etc/master.passwd
${ETC_INSTALL_FILE} -o root -g wheel -m 600 \
master.passwd ${DESTDIR}/etc
@@ -266,7 +266,7 @@
.endif # MKUNPRIVED != no
${_MKMSG_INSTALL} ${DESTDIR}/etc/ttys
${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ttys ${DESTDIR}/etc
+ etc.${MACHINE}/ttys ${DESTDIR}/etc
${_MKMSG_INSTALL} ${DESTDIR}/dev/MAKEDEV
${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
MAKEDEV ${DESTDIR}/dev
Home |
Main Index |
Thread Index |
Old Index