]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/tcp/fastpath/Makefile
MFV: file 5.33
[FreeBSD/FreeBSD.git] / sys / modules / tcp / fastpath / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .PATH: ${SRCTOP}/sys/netinet/tcp_stacks
6
7 KMOD=   fastpath
8 SRCS=   fastpath.c
9
10 SRCS+=  opt_inet.h opt_inet6.h opt_ipsec.h
11 SRCS+=  opt_tcpdebug.h
12
13 #
14 # Enable full debugging
15 #
16 #CFLAGS += -g
17
18 .include <bsd.kmod.mk>