summaryrefslogtreecommitdiffstats
path: root/lib/compat/Makefile
blob: 2a5908ac592bbd496a61b5da8e5958759dc64043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: Makefile,v 1.3 1997/02/22 14:57:32 peter Exp $

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
.if defined(COMPAT3X) || defined(RELEASEDIR)
SUBDIR+=	compat3x
.endif

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