# $Id$
SUBDIR=
# Note that compat21 is *not* for the 2.1.x branch!
.if defined(COMPAT1X) || defined(RELEASEDIR)
SUBDIR+= compat1x
.endif
.if defined(COMPAT20) || defined(RELEASEDIR)
SUBDIR+= compat20
.if defined(COMPAT21) || defined(RELEASEDIR)
SUBDIR+= compat21
.include <bsd.subdir.mk>