1999-10-07 02:20:32 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/mlx
|
2001-01-06 14:00:42 +00:00
|
|
|
|
|
|
|
KMOD= mlx
|
|
|
|
SRCS= mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
|
1999-10-07 02:20:32 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|