freebsd-dev/sys/modules/asmc/Makefile
Rui Paulo 7124217701 asmc build infrastructure.
Approved by:	njl (mentor)
Reviewed by:	njl (mentor)
2007-11-07 20:12:21 +00:00

9 lines
125 B
Makefile

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