mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Unbreak 'make reinstall' after last commit
This commit is contained in:
parent
6d7d302695
commit
8594105eba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60495
@ -270,7 +270,7 @@ kernel-install kernel-install.debug:
|
||||
|
||||
kernel-reinstall kernel-reinstall.debug:
|
||||
install -c -m 555 -o root -g wheel -fschg \
|
||||
${KERNEL}${.TARGET:S/reinstall//} ${DESTDIR}/${KERNEL}
|
||||
${KERNEL}${.TARGET:S/kernel-reinstall//} ${DESTDIR}/${KERNEL}
|
||||
|
||||
.if !defined(NO_MODULES) && exists($S/modules)
|
||||
all: modules
|
||||
|
Loading…
Reference in New Issue
Block a user