Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Include bsd.own.mk so that ${TOOL_SED} i...



details:   https://anonhg.NetBSD.org/src/rev/4fba17bd8d26
branches:  trunk
changeset: 451546:4fba17bd8d26
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun May 26 22:53:22 2019 +0000

description:
Include bsd.own.mk so that ${TOOL_SED} in expanded correctly

diffstat:

 sys/arch/amiga/conf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r a1fa7f6772ad -r 4fba17bd8d26 sys/arch/amiga/conf/Makefile
--- a/sys/arch/amiga/conf/Makefile      Sun May 26 22:30:23 2019 +0000
+++ b/sys/arch/amiga/conf/Makefile      Sun May 26 22:53:22 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2008/10/25 22:27:36 apb Exp $
+#      $NetBSD: Makefile,v 1.15 2019/05/26 22:53:22 sevan Exp $
 
 #
 # Use this file to regenerate DRACO, GENERIC, INSTALL
@@ -24,3 +24,5 @@
        @echo -n '# Created from: ' >> ${.TARGET}
        ${TOOL_SED} -e '1s/$$NetBSD/NetBSD/' GENERIC.in |\
                m4 -P -DM4_Target=${.TARGET} >> ${.TARGET}
+
+.include <bsd.own.mk>



Home | Main Index | Thread Index | Old Index