diff options
author | Warner Losh <imp@FreeBSD.org> | 2001-01-02 21:40:41 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2001-01-02 21:40:41 +0000 |
commit | e2f9e1a37f539371edccb6c3ce8c033c4017786c (patch) | |
tree | 0deb2eda987fad5557b2aee6fe5296af030a0aa9 /sys/modules/oldcard | |
parent | adb50a37991c8018bc2dc24b95d730dafa114c29 (diff) | |
download | src-e2f9e1a37f539371edccb6c3ce8c033c4017786c.tar.gz src-e2f9e1a37f539371edccb6c3ce8c033c4017786c.zip |
add pcic_p to the list of things built
Notes
Notes:
svn path=/head/; revision=70609
Diffstat (limited to 'sys/modules/oldcard')
-rw-r--r-- | sys/modules/oldcard/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile index 17980d2d1dd7..8f19d2202fe1 100644 --- a/sys/modules/oldcard/Makefile +++ b/sys/modules/oldcard/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../pccard +.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci KMOD= oldcard -SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c \ - opt_pcic.h device_if.h bus_if.h isa_if.h \ +SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_p.c \ + opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \ power_if.h card_if.h power_if.c card_if.c NOMAN= |