]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/cc/cc_hd/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / sys / modules / cc / cc_hd / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .PATH: ${.CURDIR}/../../../netinet/cc
6 KMOD=   cc_hd
7 SRCS=   cc_hd.c
8
9 .include <bsd.kmod.mk>