mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
9 lines
105 B
Makefile
9 lines
105 B
Makefile
|
|
LIB= bus
|
|
SHLIB_MAJOR= 0
|
|
SRCS= lang.c
|
|
INCS= libbus.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include <bsd.lib.mk>
|