Module Name:    src
Committed By:   lukem
Date:           Thu Jul  2 08:48:11 UTC 2020

Modified Files:
        src/distrib/common: Makefile.minirootkmod

Log Message:
Makefile.minirootkmod don't have SRCS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/common/Makefile.minirootkmod

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/common/Makefile.minirootkmod
diff -u src/distrib/common/Makefile.minirootkmod:1.4 src/distrib/common/Makefile.minirootkmod:1.5
--- src/distrib/common/Makefile.minirootkmod:1.4	Sat Apr  4 19:50:53 2020
+++ src/distrib/common/Makefile.minirootkmod	Thu Jul  2 08:48:10 2020
@@ -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 @@ RAMDISK?=	ramdisk
 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",

Reply via email to