mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
Fix the 'file not found' in the load target, someone
forgot to add the '.ko' to the end of the module filename.
This commit is contained in:
parent
cbe8602290
commit
48bd8a660c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61928
@ -241,7 +241,7 @@ distribute: _SUBDIR
|
||||
|
||||
.if !target(load)
|
||||
load: ${PROG}
|
||||
${KMODLOAD} -v ./${KMOD}
|
||||
${KMODLOAD} -v ./${KMOD}.ko
|
||||
.endif
|
||||
|
||||
.if !target(unload)
|
||||
|
Loading…
Reference in New Issue
Block a user