diff options
| author | Warner Losh <imp@FreeBSD.org> | 2008-08-14 20:34:46 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2008-08-14 20:34:46 +0000 |
| commit | 5d5325f82c970f4f1e68159331894bd34358ff18 (patch) | |
| tree | 5b4f0552991d2a6a41a71d8a909d5032e4f30fe5 /sys/modules | |
| parent | c8befdd5b608fa02cda3cdd4fe8b5a9eb87c6cad (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/pcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/pcn/Makefile b/sys/modules/pcn/Makefile index c09af2d758e6..9955c6c09397 100644 --- a/sys/modules/pcn/Makefile +++ b/sys/modules/pcn/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../pci +.PATH: ${.CURDIR}/../../dev/pcn KMOD= if_pcn SRCS= if_pcn.c device_if.h bus_if.h pci_if.h |
