]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/bus_space/C/Makefile
Fix IPv6 remote denial of service.
[FreeBSD/FreeBSD.git] / tools / bus_space / C / Makefile
1 # $FreeBSD$
2
3 LIB=            bus
4 SHLIB_MAJOR=    0
5 SRCS=           lang.c
6 INCS=           libbus.h
7
8 CFLAGS+= -I${.CURDIR}/..
9
10 .include <bsd.lib.mk>