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