Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pkg_install Fix typo (sigh).



details:   https://anonhg.NetBSD.org/src/rev/29d4d3031a6d
branches:  trunk
changeset: 536439:29d4d3031a6d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Sep 16 00:12:54 2002 +0000

description:
Fix typo (sigh).

diffstat:

 usr.sbin/pkg_install/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4fc83813369c -r 29d4d3031a6d usr.sbin/pkg_install/Makefile.inc
--- a/usr.sbin/pkg_install/Makefile.inc Sun Sep 15 23:56:57 2002 +0000
+++ b/usr.sbin/pkg_install/Makefile.inc Mon Sep 16 00:12:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.20 2002/09/15 23:56:57 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.21 2002/09/16 00:12:54 thorpej Exp $
 # Original from FreeBSD, no rcs id.
 
 .include <bsd.own.mk>
@@ -27,7 +27,7 @@
 #CHGRP?= /bin/chgrp
 
 # UNDER NO CIRCUMSTANCES SHOULD THIS MAKEFILE TEST THE OUTPUT OF uname!!
-# DOING DO BREAKS CROSS COMPILING.
+# DOING SO BREAKS CROSS COMPILING.
 
 CHMOD?= /bin/chmod
 CHOWN?= /usr/sbin/chown



Home | Main Index | Thread Index | Old Index