diff options
author | scottl <scottl@FreeBSD.org> | 2006-04-28 04:00:50 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2006-04-28 04:00:50 +0000 |
commit | 8b82ddfb3aa73a6455249653418191567aeb9841 (patch) | |
tree | 97b4b3a2e9bb427db4bc0075769f05ceff32c1b6 | |
parent | 1e82b0de25df5421910a048a0dcf9b4a54a2658e (diff) | |
download | FreeBSD-src-8b82ddfb3aa73a6455249653418191567aeb9841.zip FreeBSD-src-8b82ddfb3aa73a6455249653418191567aeb9841.tar.gz |
Fix a typo that slipped in right before commit.
-rw-r--r-- | sys/modules/rr232x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/rr232x/Makefile b/sys/modules/rr232x/Makefile index 0b4903d..1a045f7 100644 --- a/sys/modules/rr232x/Makefile +++ b/sys/modules/rr232x/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ RR232X= ${.CURDIR}/../../dev/rr232x -PATH: ${RR232X} +.PATH: ${RR232X} KMOD = rr232x SRCS = opt_scsi.h opt_cam.h bus_if.h device_if.h pci_if.h os_bsd.h os_bsd.c osm_bsd.c rr232x_config.c |