Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / raid / aac / Makefile_linux.module
1 # $FreeBSD: src/sys/modules/aac/aac_linux/Makefile,v 1.1.4.1 2003/03/28 19:51:37 scottl Exp $
2
3 .PATH: ${.CURDIR}/../../../dev/aac
4
5 KMOD=  aac_linux
6 SRCS=  aac_linux.c
7
8 KMODDEPS= aac
9
10 .include <bsd.kmod.mk>