aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ums
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-10-08 14:09:17 +0000
committerBrian Feldman <green@FreeBSD.org>1999-10-08 14:09:17 +0000
commit1d18c131fc334e68315d44e709da6d4411099784 (patch)
treebfb1930446687e0d8a6a300399b2bbce11d41563 /sys/modules/ums
parentfad05b4cf4761480f12d89224480e50308be9965 (diff)
downloadsrc-1d18c131fc334e68315d44e709da6d4411099784.tar.gz
src-1d18c131fc334e68315d44e709da6d4411099784.zip
perl5 -> perl
(This was breaking world.)
Notes
Notes: svn path=/head/; revision=52027
Diffstat (limited to 'sys/modules/ums')
-rw-r--r--sys/modules/ums/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ums/Makefile b/sys/modules/ums/Makefile
index a87e5407df04..af98c164013e 100644
--- a/sys/modules/ums/Makefile
+++ b/sys/modules/ums/Makefile
@@ -15,8 +15,8 @@ opt_usb.h:
echo > opt_usb.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>