Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Only need to "make distribution" in usr.bin/ssh once.
details: https://anonhg.NetBSD.org/src/rev/da5ae03074f9
branches: trunk
changeset: 501904:da5ae03074f9
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Jan 09 02:13:54 2001 +0000
description:
Only need to "make distribution" in usr.bin/ssh once.
diffstat:
etc/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 83a17ad6bd4b -r da5ae03074f9 etc/Makefile
--- a/etc/Makefile Tue Jan 09 02:08:32 2001 +0000
+++ b/etc/Makefile Tue Jan 09 02:13:54 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.172 2000/12/02 18:04:45 jlam Exp $
+# $NetBSD: Makefile,v 1.173 2001/01/09 02:13:54 simonb Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -261,7 +261,6 @@
(cd ${DESTDIR}/dev; ./MAKEDEV all)
(cd skel; ${MAKE} distribution)
(cd ../usr.bin/mail; ${MAKE} distribution)
- (cd ../usr.bin/ssh; ${MAKE} distribution)
(cd ../gnu/usr.sbin/postfix/; ${MAKE} distribution)
.if (${MKCRYPTO} != "no")
(cd ../usr.bin/ssh; ${MAKE} distribution)
Home |
Main Index |
Thread Index |
Old Index