10 lines
154 B
Makefile
10 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/aha
|
|
|
|
KMOD= aha
|
|
SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
|
|
isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|