Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common Makefile.minirootkmod don't have SRCS
details: https://anonhg.NetBSD.org/src/rev/df02a103bdaa
branches: trunk
changeset: 935401:df02a103bdaa
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jul 02 08:48:10 2020 +0000
description:
Makefile.minirootkmod don't have SRCS
diffstat:
distrib/common/Makefile.minirootkmod | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r e1cc7199e011 -r df02a103bdaa distrib/common/Makefile.minirootkmod
--- a/distrib/common/Makefile.minirootkmod Thu Jul 02 07:49:44 2020 +0000
+++ b/distrib/common/Makefile.minirootkmod Thu Jul 02 08:48:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.minirootkmod,v 1.4 2020/04/04 19:50:53 christos Exp $
+# $NetBSD: Makefile.minirootkmod,v 1.5 2020/07/02 08:48:10 lukem Exp $
#
# Makefile snippet to build a miniroot kernel module (e.g. miniroot.kmod)
#
@@ -25,6 +25,9 @@
MKMAN= no
PROG= ${MINIROOT}.kmod
+# Not a real PROG; doesn't actually have source
+SRCS.${PROG}=
+
# SRCMOD is a skeleton version of miniroot.kmod, without an embedded ramdisk.
# It should already have been created by "make install" in
# .../sys/modules/miniroot, and its name includes literal "miniroot",
Home |
Main Index |
Thread Index |
Old Index