diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-09-20 19:52:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-09-20 19:52:03 +0000 |
| commit | ab708f619440902e8f3e27ab663380f92438d839 (patch) | |
| tree | a3515554bdaff316e1989c90a9adb1edfd9dc10b | |
| parent | 4d678f2674d4cbe1c6d5889e8fc0428e0ee98237 (diff) | |
Notes
| -rw-r--r-- | sys/modules/oldcard/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile index a4e40a161392a..17980d2d1dd7c 100644 --- a/sys/modules/oldcard/Makefile +++ b/sys/modules/oldcard/Makefile @@ -3,15 +3,11 @@ .PATH: ${.CURDIR}/../../pccard KMOD= oldcard SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c \ - opt_pcic.h opt_compat_oldisa.h \ - device_if.h bus_if.h isa_if.h \ + opt_pcic.h device_if.h bus_if.h isa_if.h \ power_if.h card_if.h power_if.c card_if.c NOMAN= opt_pcic.h: touch $@ -opt_compat_oldisa.h: - touch $@ - .include <bsd.kmod.mk> |
