]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/bus_space/C/Makefile
MFV illumos r266986:
[FreeBSD/FreeBSD.git] / tools / bus_space / C / Makefile
1 # $FreeBSD$
2
3 LIB=            bus_space
4 SHLIB_MAJOR=    0
5 SRCS=           lang.c
6
7 CFLAGS+= -I${.CURDIR}/..
8
9 .include <bsd.lib.mk>