Module Name:    src
Committed By:   christos
Date:           Fri May  1 22:21:49 UTC 2020

Modified Files:
        src/distrib/sets: sets.subr

Log Message:
add more module sets.


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/distrib/sets/sets.subr

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

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.188 src/distrib/sets/sets.subr:1.189
--- src/distrib/sets/sets.subr:1.188	Sat Apr  4 15:50:53 2020
+++ src/distrib/sets/sets.subr	Fri May  1 18:21:49 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: sets.subr,v 1.188 2020/04/04 19:50:53 christos Exp $
+#	$NetBSD: sets.subr,v 1.189 2020/05/01 22:21:49 christos Exp $
 #
 
 #
@@ -184,7 +184,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-# 	# $NetBSD: sets.subr,v 1.188 2020/04/04 19:50:53 christos Exp $
+# 	# $NetBSD: sets.subr,v 1.189 2020/05/01 22:21:49 christos Exp $
 # 	.			base-sys-root	[keyword[,...]]
 # 	./altroot		base-sys-root
 # 	./bin			base-sys-root
@@ -557,6 +557,8 @@ list_set_lists_module()
 	[ "$module" != "no" ] || return
 	echo_if_exist $setdir/module.mi
 	echo_if_exist $setdir/module.${MACHINE}
+	echo_if_exist $setdir/module.ad.${MACHINE}
+	echo_if_exist $setdir/module.md.${MACHINE}
 	# XXX module never has .shl
 	[ "${MACHINE}" != "${MACHINE_ARCH}" ] && \
 	list_set_lists_common_ad $1 module

Reply via email to