Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Don't leave the stray reference to etc.${MACHINE}/ behin...



details:   https://anonhg.NetBSD.org/src/rev/ecd5af37bec5
branches:  trunk
changeset: 571277:ecd5af37bec5
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 15 16:33:41 2004 +0000

description:
Don't leave the stray reference to etc.${MACHINE}/ behind in the ttys
file installation command.

diffstat:

 etc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1548dad403a0 -r ecd5af37bec5 etc/Makefile
--- a/etc/Makefile      Mon Nov 15 12:21:29 2004 +0000
+++ b/etc/Makefile      Mon Nov 15 16:33:41 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.295 2004/11/15 00:28:16 christos Exp $
+#      $NetBSD: Makefile,v 1.296 2004/11/15 16:33:41 he Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -266,7 +266,7 @@
 .endif # MKUNPRIVED != no
        ${_MKMSG_INSTALL} ${DESTDIR}/etc/ttys
        ${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
-           etc.${MACHINE}/ttys ${DESTDIR}/etc
+           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