Module Name: src Committed By: jmcneill Date: Mon Jun 1 01:41:40 UTC 2020
Modified Files: src/etc: Makefile Removed Files: src/etc: motd.stable Log Message: Use the default motd for stable builds To generate a diff of this commit: cvs rdiff -u -r1.445 -r1.446 src/etc/Makefile cvs rdiff -u -r1.5 -r0 src/etc/motd.stable 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.445 src/etc/Makefile:1.446 --- src/etc/Makefile:1.445 Mon May 18 21:19:34 2020 +++ src/etc/Makefile Mon Jun 1 01:41:40 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.445 2020/05/18 21:19:34 jmcneill Exp $ +# $NetBSD: Makefile,v 1.446 2020/06/01 01:41:40 jmcneill Exp $ # from: @(#)Makefile 8.7 (Berkeley) 5/25/95 # Environment variables without default values: @@ -177,8 +177,6 @@ MOTD_SOURCE= motd.current MOTD_SOURCE= motd.beta .elif !empty(DISTRIBVER:M*RC*) MOTD_SOURCE= motd.rc -.elif !empty(DISTRIBVER:M*STABLE*) -MOTD_SOURCE= motd.stable .else MOTD_SOURCE= motd.default .endif