Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.bin/mail Pull up revisions 1.16-1.17 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/6b31c6040aa9
branches: netbsd-1-5
changeset: 490862:6b31c6040aa9
user: he <he%NetBSD.org@localhost>
date: Tue Mar 13 21:15:25 2001 +0000
description:
Pull up revisions 1.16-1.17 (requested by simonb):
Use ${COPY} instead of -c and pass ${INSTPRIV} to the ${INSTALL}
command.
diffstat:
usr.bin/mail/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c9f8989b8c5a -r 6b31c6040aa9 usr.bin/mail/Makefile
--- a/usr.bin/mail/Makefile Tue Mar 13 21:13:37 2001 +0000
+++ b/usr.bin/mail/Makefile Tue Mar 13 21:15:25 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/02/13 02:54:55 lukem Exp $
+# $NetBSD: Makefile,v 1.15.10.1 2001/03/13 21:15:25 he Exp $
# @(#)Makefile 8.3 (Berkeley) 4/20/95
.include <bsd.own.mk>
@@ -21,7 +21,7 @@
.endif
distribution:
- cd ${.CURDIR}/misc; ${INSTALL} -c -o root -g wheel \
+ cd ${.CURDIR}/misc; ${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel \
-m 644 ${EFILES} ${DESTDIR}/etc
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index