aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/xe/Makefile
blob: 505bc82c6ef3377b8f0c0a228e8034e1ab6e60eb (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD: src/sys/modules/xe/Makefile,v 1.2 2004/05/26 00:53:09 imp Exp $

.PATH: ${.CURDIR}/../../dev/xe

KMOD=	if_xe
SRCS=	if_xe.c if_xe_pccard.c
SRCS+=	bus_if.h card_if.h device_if.h pccarddevs.h

.include <bsd.kmod.mk>