1999-10-07 02:20:32 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
1999-11-28 18:53:47 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/mlx
|
1999-10-07 02:20:32 +00:00
|
|
|
KMOD = mlx
|
|
|
|
SRCS = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
|
|
|
|
|
2000-05-04 12:08:52 +00:00
|
|
|
.include "${.CURDIR}/../../conf/kmod.mk"
|