Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / raid / mlx / Makefile
1 # $FreeBSD: src/sys/modules/mlx/Makefile,v 1.4 2000/01/28 11:26:32 bde Exp $
2
3 .PATH:          ${.CURDIR}/../../dev/mlx
4 KMOD            = mlx
5 SRCS            = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
6
7 .include <bsd.kmod.mk>