1999-08-27 20:22:10 -04:00
|
|
|
# $FreeBSD$
|
1996-12-23 00:07:37 -05:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
.endif
|
|
|
|
|
.if defined(COMPAT21) || defined(RELEASEDIR)
|
|
|
|
|
SUBDIR+= compat21
|
|
|
|
|
.endif
|
1999-05-08 14:50:53 -04:00
|
|
|
.if defined(COMPAT22) || defined(RELEASEDIR)
|
|
|
|
|
SUBDIR+= compat22
|
|
|
|
|
.endif
|
1999-04-20 07:34:20 -04:00
|
|
|
.if defined(COMPAT3X) || defined(RELEASEDIR)
|
|
|
|
|
SUBDIR+= compat3x
|
|
|
|
|
.endif
|
1996-12-23 00:07:37 -05:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|