Module Name: src Committed By: sevan Date: Sun May 26 22:53:22 UTC 2019
Modified Files: src/sys/arch/amiga/conf: Makefile Log Message: Include bsd.own.mk so that ${TOOL_SED} in expanded correctly To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/amiga/conf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amiga/conf/Makefile diff -u src/sys/arch/amiga/conf/Makefile:1.14 src/sys/arch/amiga/conf/Makefile:1.15 --- src/sys/arch/amiga/conf/Makefile:1.14 Sat Oct 25 22:27:36 2008 +++ src/sys/arch/amiga/conf/Makefile Sun May 26 22:53:22 2019 @@ -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 @@ __generate_config: .USE GENERIC.in Makef @echo -n '# Created from: ' >> ${.TARGET} ${TOOL_SED} -e '1s/$$NetBSD/NetBSD/' GENERIC.in |\ m4 -P -DM4_Target=${.TARGET} >> ${.TARGET} + +.include <bsd.own.mk>