freebsd-dev/sys/modules/mlx/Makefile
Peter Wemm 7a377dc1b6 Move mlx from x86-only to generic. It builds on the Alpha and is in the
common conf/files for the main kernel..
1999-12-12 21:00:42 +00:00

9 lines
173 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/mlx
KMOD = mlx
SRCS = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
.include <bsd.kmod.mk>