diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
| commit | 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch) | |
| tree | a75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/bktr | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/bktr')
| -rw-r--r-- | sys/modules/bktr/Makefile | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/sys/modules/bktr/Makefile b/sys/modules/bktr/Makefile index e884a35aa7a9..a341d6a6bf3d 100644 --- a/sys/modules/bktr/Makefile +++ b/sys/modules/bktr/Makefile @@ -11,14 +11,12 @@ # $FreeBSD$ -S= ${.CURDIR}/../.. -.PATH: $S/dev/bktr +.PATH: ${.CURDIR}/../../dev/bktr KMOD= bktr SRCS= bktr_core.c bktr_os.c bktr_audio.c bktr_tuner.c bktr_card.c \ bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h \ pci_if.h vnode_if.h -CLEANFILES += bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h \ - pci_if.h vnode_if.h vnode_if.c +CLEANFILES= bktr.h smbus.h bktr.h: echo "#define NBKTR 1" > bktr.h @@ -28,19 +26,4 @@ bktr.h: smbus.h: echo "#define NSMBUS 0" > smbus.h -opt_devfs.h: - touch opt_devfs.h - -opt_bktr.h: - touch opt_bktr.h - -device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m - perl $S/kern/makedevops.pl -h $S/kern/device_if.m - -bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m - perl $S/kern/makedevops.pl -h $S/kern/bus_if.m - -pci_if.h: $S/kern/makedevops.pl $S/pci/pci_if.m - perl $S/kern/makedevops.pl -h $S/pci/pci_if.m - .include <bsd.kmod.mk> |
