blob: 9bec941b0c07ade21f09b0158c5d71b25a40fe91 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# $FreeBSD: src/sys/modules/exca/Makefile,v 1.2 2004/05/26 00:53:03 imp Exp $
.PATH: ${.CURDIR}/../../dev/exca
KMOD= exca
SRCS= exca.c device_if.h bus_if.h power_if.h card_if.h pccarddevs.h
.include <bsd.kmod.mk>
|