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