diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-03-02 05:14:28 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-03-02 05:14:28 +0000 |
| commit | d38d9c9e5ec4c6387ee8a555753ecbd64ea35c13 (patch) | |
| tree | 976e89853db185880010aca664d0a00aeade7fa8 /sys/modules | |
| parent | da57b1caf8ee1039752194cee886422261f5c5a4 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/hptmv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hptmv/Makefile b/sys/modules/hptmv/Makefile index a444cd66a9e4..29c2e25a28c7 100644 --- a/sys/modules/hptmv/Makefile +++ b/sys/modules/hptmv/Makefile @@ -4,8 +4,8 @@ # # $FreeBSD$ -HPTMV= ${.CURDIR}/../../contrib/dev/hptmv -.PATH: ${.CURDIR}/../../dev/hptmv ${HPTMV} +HPTMV= ${.CURDIR}/../../dev/hptmv +.PATH: ${HPTMV} KMOD= hptmv SRCS= opt_scsi.h opt_cam.h |
