Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Install powerd(8) scripts when installing etc files.
details: https://anonhg.NetBSD.org/src/rev/521129a5190c
branches: trunk
changeset: 545954:521129a5190c
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Apr 18 05:41:47 2003 +0000
description:
Install powerd(8) scripts when installing etc files.
diffstat:
etc/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f132753080c2 -r 521129a5190c etc/Makefile
--- a/etc/Makefile Fri Apr 18 05:40:06 2003 +0000
+++ b/etc/Makefile Fri Apr 18 05:41:47 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.250 2003/04/02 14:38:26 perry Exp $
+# $NetBSD: Makefile,v 1.251 2003/04/18 05:41:47 thorpej Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -195,6 +195,7 @@
${ETC_INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
namedb/${file} ${DESTDIR}/etc/namedb
.endfor
+ (cd ${.CURDIR}/powerd; ${MAKE} install)
(cd ${.CURDIR}/rc.d; ${MAKE} install)
${ETC_INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
postinstall ${DESTDIR}/etc
Home |
Main Index |
Thread Index |
Old Index