freebsd-nq/sys/modules/cnw/Makefile

9 lines
141 B
Makefile
Raw Normal View History

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