aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/boot2
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-01-18 19:05:27 +0000
committerMike Smith <msmith@FreeBSD.org>1999-01-18 19:05:27 +0000
commit378972ac6b9bac0123dec09f613bfcba7210933b (patch)
tree477744460b631ee7f7c67e754791367fde46a5bc /sys/boot/alpha/boot2
parente2be51399dbb80c70187282aa00c851985c0c465 (diff)
Notes
Diffstat (limited to 'sys/boot/alpha/boot2')
-rw-r--r--sys/boot/alpha/boot2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/boot2/Makefile b/sys/boot/alpha/boot2/Makefile
index a22e2daec853..956944d255c8 100644
--- a/sys/boot/alpha/boot2/Makefile
+++ b/sys/boot/alpha/boot2/Makefile
@@ -47,7 +47,7 @@ ${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBALPHA} ${CRT} vers.o setdef0.o setdef1.o
vers.o ${LIBSTAND} ${LIBALPHA} ${LIBSTAND} >${.OBJDIR}/${BASE}.list
${BASE}.help: help.common help.alpha
- perl ${.CURDIR}/../../common/merge_help.pl ${.ALLSRC} > ${.TARGET}
+ cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
beforeinstall:
.if exists(${.OBJDIR}/loader.help)