1# $FreeBSD$ 2 3LIB= bus_space 4SHLIB_MAJOR= 0 5SRCS= lang.c 6INCS= libbus_space.h 7 8CFLAGS+= -I${.CURDIR}/.. 9 10.include <bsd.lib.mk> 11