# $FreeBSD: $

SUBDIR=	gs_sched gsched_rr
#SUBDIR += gsched_as
.if defined(WITH_BFQ)
SUBDIR += gs_sched_bfq
.endif
.if defined(WITH_SSD)
SUBDIR +=  gsched_ssd
.endif

.include <bsd.subdir.mk>
