Merge commit 'crater/master'
[dragonfly.git] / sys / dev / raid / mlx / Makefile
blob20382aa9866ff3067bfbe917e2b908a317c10cb3
1 # $FreeBSD: src/sys/modules/mlx/Makefile,v 1.4 2000/01/28 11:26:32 bde Exp $
2 # $DragonFly: src/sys/dev/raid/mlx/Makefile,v 1.2 2003/06/17 04:28:44 dillon Exp $
4 .PATH: ${.CURDIR}/../../dev/mlx
5 KMOD = mlx
6 SRCS = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
8 .include <bsd.kmod.mk>