]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/geom/geom_sched/gsched_rr/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / geom / geom_sched / gsched_rr / Makefile
1 # $FreeBSD$
2
3 KMOD=   gsched_rr
4 SRCS=   gs_rr.c
5 # hash.h on 6.x has a (char *) cast on a const pointer
6 #CWARNFLAGS=
7
8 # ../Makefile.inc automatically included
9 .include <bsd.kmod.mk>