summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-13 07:39:46 +0000
committerpeter <peter@FreeBSD.org>2000-05-13 07:39:46 +0000
commit9dc57b5678767f6d541532cfd977bb7bf5ffb67d (patch)
tree6d030b0cc05987e90ef0acc146c365bc656bf6a1
parent349ad5ad966acad412f5cdafff88e6df487b0b72 (diff)
downloadFreeBSD-src-9dc57b5678767f6d541532cfd977bb7bf5ffb67d.zip
FreeBSD-src-9dc57b5678767f6d541532cfd977bb7bf5ffb67d.tar.gz
Unbreak 'make reinstall' after last commit
-rw-r--r--sys/conf/Makefile.alpha2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 21aaa1e..066bf40 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -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
OpenPOWER on IntegriCloud