blob: 5135ae0c4725e446cb518b71ef0af2e7307a4fc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# $FreeBSD: src/sys/modules/mlx/Makefile,v 1.7 2001/01/06 13:59:55 obrien Exp $
.PATH: ${.CURDIR}/../../dev/mlx
KMOD= mlx
SRCS= mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
|