freebsd-dev/sys/modules/ahb/Makefile
2011-01-06 21:04:00 +00:00

9 lines
133 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ahb
KMOD= ahb
SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h
.include <bsd.kmod.mk>