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/wi | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/wi')
| -rw-r--r-- | sys/modules/wi/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/modules/wi/Makefile b/sys/modules/wi/Makefile index dc7b3cbf94c0..adfd2f47dd56 100644 --- a/sys/modules/wi/Makefile +++ b/sys/modules/wi/Makefile @@ -1,16 +1,8 @@ # $FreeBSD$ -S = ${.CURDIR}/../.. -.PATH: $S/i386/isa +.PATH: ${.CURDIR}/../../i386/isa KMOD = if_wi SRCS = if_wi.c device_if.h bus_if.h -CLEANFILES += device_if.h bus_if.h CFLAGS += ${DEBUG_FLAGS} -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 - .include <bsd.kmod.mk> |
