Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc Pull up rev. 1.163:



details:   https://anonhg.NetBSD.org/src/rev/b371297ddd61
branches:  netbsd-1-5
changeset: 489612:b371297ddd61
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Oct 01 22:32:15 2000 +0000

description:
Pull up rev. 1.163:
Do the `distribution' target for usr.bin/ssh, too.

diffstat:

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

diffs (17 lines):

diff -r 347302e2673c -r b371297ddd61 etc/Makefile
--- a/etc/Makefile      Sun Oct 01 22:00:25 2000 +0000
+++ b/etc/Makefile      Sun Oct 01 22:32:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.154.2.3 2000/10/01 21:53:31 hubertf Exp $
+#      $NetBSD: Makefile,v 1.154.2.4 2000/10/01 22:32:15 thorpej Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -240,6 +240,7 @@
            -g ${BINGRP} -m 444 fstab.* ${DESTDIR}/etc)
        (cd ${DESTDIR}/dev; ./MAKEDEV all)
        (cd ../usr.bin/mail; ${MAKE} distribution)
+       (cd ../usr.bin/ssh; ${MAKE} distribution)
        (cd ../gnu/usr.sbin/postfix/; ${MAKE} distribution)
 .ifndef NO_SENDMAIL
        (cd ../gnu/usr.sbin/sendmail/cf/cf; ${MAKE} distribution)



Home | Main Index | Thread Index | Old Index