]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/bus_space/Python/Makefile
ipfw(8): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / tools / bus_space / Python / Makefile
1 # $FreeBSD$
2
3 SHLIB_NAME=     bus.so
4 SRCS=           lang.c
5
6 # Set PYTHON to the version to compile against.
7 # E.g. "python2.7", "python3.6", etc...
8 PYTHON= python3.6m
9
10 CFLAGS+= -I${.CURDIR}/.. -I/usr/local/include/${PYTHON}
11 LDFLAGS+= -L/usr/local/lib -l${PYTHON}
12
13 .include <bsd.lib.mk>