# $FreeBSD: head/sys/modules/wi/Makefile 53702 1999-11-25 20:45:49Z wpaul $ S = ${.CURDIR}/../.. .PATH: $S/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