]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/vjc/Makefile
MFV r353630: 10809 Performance optimization of AVL tree comparator functions
[FreeBSD/FreeBSD.git] / sys / modules / netgraph / vjc / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.1 1999/01/24 06:48:07 archie Exp $
3
4 .PATH: ${SRCTOP}/sys/net
5
6 KMOD=   ng_vjc
7 SRCS=   ng_vjc.c slcompress.c
8
9 .include <bsd.kmod.mk>