summaryrefslogtreecommitdiffstats
path: root/sys/modules/uhid
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-10-08 14:09:17 +0000
committergreen <green@FreeBSD.org>1999-10-08 14:09:17 +0000
commitfb76cb2c0bb9072a9ab5d5f77d91a5043bdcb0e1 (patch)
tree36d1be3357b6f38970433cd1cbb26014c4107494 /sys/modules/uhid
parentf0ca564775b0caeae37e71d0ea5bbbca89bf3119 (diff)
downloadFreeBSD-src-fb76cb2c0bb9072a9ab5d5f77d91a5043bdcb0e1.zip
FreeBSD-src-fb76cb2c0bb9072a9ab5d5f77d91a5043bdcb0e1.tar.gz
perl5 -> perl
(This was breaking world.)
Diffstat (limited to 'sys/modules/uhid')
-rw-r--r--sys/modules/uhid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/uhid/Makefile b/sys/modules/uhid/Makefile
index 308f31e..829a214 100644
--- a/sys/modules/uhid/Makefile
+++ b/sys/modules/uhid/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>
OpenPOWER on IntegriCloud