1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/sys/modules/aha/Makefile
2011-01-06 21:04:00 +00:00

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>