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