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