Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Add ${.CURDIR}.
details: https://anonhg.NetBSD.org/src/rev/b18efa9c0da6
branches: trunk
changeset: 571288:b18efa9c0da6
user: christos <christos%NetBSD.org@localhost>
date: Tue Nov 16 03:51:30 2004 +0000
description:
Add ${.CURDIR}.
diffstat:
etc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 05437c7ff7e5 -r b18efa9c0da6 etc/Makefile
--- a/etc/Makefile Tue Nov 16 02:33:21 2004 +0000
+++ b/etc/Makefile Tue Nov 16 03:51:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.297 2004/11/16 02:33:21 christos Exp $
+# $NetBSD: Makefile,v 1.298 2004/11/16 03:51:30 christos 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
+ ${.CURDIR}/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