Module Name: src
Committed By: nia
Date: Sat May 28 12:36:56 UTC 2022
Modified Files:
src/etc: Makefile
Log Message:
Fix typo. Hopefully this didn't break anyone's build, sorry.
To generate a diff of this commit:
cvs rdiff -u -r1.461 -r1.462 src/etc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/Makefile
diff -u src/etc/Makefile:1.461 src/etc/Makefile:1.462
--- src/etc/Makefile:1.461 Sat May 28 11:17:35 2022
+++ src/etc/Makefile Sat May 28 12:36:56 2022
@@ -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 @@ BIN1+= mrouted.conf
.endif
.if ${MKNTP} != "no"
-BIN1+= ntpd.conf
+BIN1+= ntp.conf
.endif
# Use machine-specific disktab if it exists, or the MI one otherwise