summaryrefslogtreecommitdiffstats
path: root/lib/compat/Makefile
blob: 4de61092e2a5cfc2077d4607ea2d4ca33d2c9036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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
.endif
.if defined(COMPAT21) || defined(RELEASEDIR)
SUBDIR+=	compat21
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud