summaryrefslogtreecommitdiffstats
path: root/sys/modules/umass
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-10-08 14:29:12 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-10-08 14:29:12 +0000
commit1a613f87c8a7844d53ae50021de2fc85929ae407 (patch)
tree1c62d80a33852ac43afe7b96d2c929640880d585 /sys/modules/umass
parentfb76cb2c0bb9072a9ab5d5f77d91a5043bdcb0e1 (diff)
downloadFreeBSD-src-1a613f87c8a7844d53ae50021de2fc85929ae407.zip
FreeBSD-src-1a613f87c8a7844d53ae50021de2fc85929ae407.tar.gz
perl5 -> perl
(This was breaking world.) Submitted by: Marcel Molenaar, green
Diffstat (limited to 'sys/modules/umass')
-rw-r--r--sys/modules/umass/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/umass/Makefile b/sys/modules/umass/Makefile
index a7a1cec8..3d7a81f 100644
--- a/sys/modules/umass/Makefile
+++ b/sys/modules/umass/Makefile
@@ -22,8 +22,8 @@ opt_cam.h:
echo > opt_cam.h
bus_if.h:
- perl5 ${KERN}/makedevops.pl -h ${KERN}/bus_if.m
+ perl ${KERN}/makedevops.pl -h ${KERN}/bus_if.m
device_if.h:
- perl5 ${KERN}/makedevops.pl -h ${KERN}/device_if.m
+ perl ${KERN}/makedevops.pl -h ${KERN}/device_if.m
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud