Source-Changes-HG archive

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

[src/trunk]: src/etc Fix typo. Hopefully this didn't break anyone's build, so...



details:   https://anonhg.NetBSD.org/src/rev/63c109d671f1
branches:  trunk
changeset: 366469:63c109d671f1
user:      nia <nia%NetBSD.org@localhost>
date:      Sat May 28 12:36:56 2022 +0000

description:
Fix typo. Hopefully this didn't break anyone's build, sorry.

diffstat:

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

diffs (18 lines):

diff -r d4b899b68462 -r 63c109d671f1 etc/Makefile
--- a/etc/Makefile      Sat May 28 11:17:35 2022 +0000
+++ b/etc/Makefile      Sat May 28 12:36:56 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.461 2022/05/28 11:17:35 nia Exp $
+#      $NetBSD: Makefile,v 1.462 2022/05/28 12:36:56 nia Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -116,7 +116,7 @@
 .endif
 
 .if ${MKNTP} != "no"
-BIN1+= ntpd.conf
+BIN1+= ntp.conf
 .endif
 
 # Use machine-specific disktab if it exists, or the MI one otherwise



Home | Main Index | Thread Index | Old Index