Module Name: src
Committed By: skrll
Date: Mon Oct 4 06:50:35 UTC 2021
Modified Files:
src/etc/etc.riscv: Makefile.inc
Log Message:
Don't include bsd.own.mk here - none of the other etc.<foo>/Makefile.inc
files do.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/etc/etc.riscv/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/etc.riscv/Makefile.inc
diff -u src/etc/etc.riscv/Makefile.inc:1.2 src/etc/etc.riscv/Makefile.inc:1.3
--- src/etc/etc.riscv/Makefile.inc:1.2 Fri Oct 1 10:38:03 2021
+++ src/etc/etc.riscv/Makefile.inc Mon Oct 4 06:50:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2021/10/01 10:38:03 jmcneill Exp $
+# $NetBSD: Makefile.inc,v 1.3 2021/10/04 06:50:35 skrll Exp $
#
# etc.riscv/Makefile.inc -- riscv-specific etc Makefile targets
#
@@ -15,5 +15,3 @@ snap_md_post:
cd ${KERNSRCDIR}/stand/efiboot/bootriscv64 && ${MAKE} release
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.efi'
.endif
-
-.include <bsd.own.mk>