Module Name: src Committed By: enami Date: Wed Nov 12 03:49:26 UTC 2014
Modified Files: src/distrib/sets: sets.subr Log Message: List missing compatmodules keyword in the comment. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 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.160 src/distrib/sets/sets.subr:1.161 --- src/distrib/sets/sets.subr:1.160 Wed Jan 29 22:35:52 2014 +++ src/distrib/sets/sets.subr Wed Nov 12 03:49:26 2014 @@ -1,4 +1,4 @@ -# $NetBSD: sets.subr,v 1.160 2014/01/29 22:35:52 joerg Exp $ +# $NetBSD: sets.subr,v 1.161 2014/11/12 03:49:26 enami Exp $ # # @@ -179,7 +179,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.160 2014/01/29 22:35:52 joerg Exp $ +# # $NetBSD: sets.subr,v 1.161 2014/11/12 03:49:26 enami Exp $ # . base-sys-root [keyword[,...]] # ./altroot base-sys-root # ./bin base-sys-root @@ -205,6 +205,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g # bsdgrep ${MKBSDGREP} != no # catpages ${MKCATPAGES} != no # compat ${MKCOMPAT} != no +# compatmodules ${MKCOMPATMODULES} != no # crypto ${MKCRYPTO} != no # crypto_rc5 ${MKCRYPTO_RC5} != no # cvs ${MKCVS} != no