freebsd-dev/sys/modules/wi/Makefile
Peter Wemm ba014c35dc Argh! add card_if.h to the generated list. This fixes kernel builds for
those who haven't added 'NO_MODULES=off' to /etc/make.conf.
2001-01-17 22:36:49 +00:00

9 lines
126 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/wi
KMOD= if_wi
SRCS= if_wi.c card_if.h device_if.h bus_if.h
.include <bsd.kmod.mk>