aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>1999-06-12 15:08:50 +0000
committerRoger Hardiman <roger@FreeBSD.org>1999-06-12 15:08:50 +0000
commit6c96acd35cdd1b2a845a6596635fec9e0d5f578f (patch)
tree19c459fb7ebec1bd6169f3bb68fae9b321cbd1a1 /sys/modules
parentb72df81b21f9f83140b2107148c1414b0eb45d39 (diff)
downloadsrc-6c96acd35cdd1b2a845a6596635fec9e0d5f578f.tar.gz
src-6c96acd35cdd1b2a845a6596635fec9e0d5f578f.zip
Change perl5 to perl (same change as made in the fxp module)
Notes
Notes: svn path=/head/; revision=47886
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bktr/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/bktr/Makefile b/sys/modules/bktr/Makefile
index 82ca729817d1..f74deb73799b 100644
--- a/sys/modules/bktr/Makefile
+++ b/sys/modules/bktr/Makefile
@@ -9,7 +9,7 @@
# Note - as the driver requires contiguous memory, loading the driver once
# memory has filled or become fragmented may fail.
-# $Id$
+# $Id: Makefile,v 1.1 1999/06/12 15:00:19 roger Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -25,7 +25,7 @@ pci.h:
echo "#define NPCI 1" > pci.h
smbus.h:
- # Do not use SMBUS/IICBUS. Use the old i2c code self contained in
+ # Does not use SMBUS/IICBUS. Uses the old i2c code self contained in
# the bt848 driver.
echo "#define NSMBUS 0" > smbus.h
@@ -36,12 +36,12 @@ opt_bktr.h:
touch opt_bktr.h
device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m
- perl5 $S/kern/makedevops.pl -h $S/kern/device_if.m
+ perl $S/kern/makedevops.pl -h $S/kern/device_if.m
bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m
- perl5 $S/kern/makedevops.pl -h $S/kern/bus_if.m
+ perl $S/kern/makedevops.pl -h $S/kern/bus_if.m
pci_if.h: $S/kern/makedevops.pl $S/pci/pci_if.m
- perl5 $S/kern/makedevops.pl -h $S/pci/pci_if.m
+ perl $S/kern/makedevops.pl -h $S/pci/pci_if.m
.include <bsd.kmod.mk>