mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
171 B
Makefile
10 lines
171 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SHLIB_NAME= bus_space.so
|
||
|
|
SRCS= lang.c
|
||
|
|
|
||
|
|
CFLAGS+= -I${.CURDIR}/.. -I/usr/local/include/python2.7
|
||
|
|
LDFLAGS+= -L/usr/local/lib -lpython2.7
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|