freebsd-dev/lib/compat/Makefile

23 lines
493 B
Makefile
Raw Normal View History

1999-05-08 18:50:53 +00:00
# $Id: Makefile,v 1.4 1999/04/20 11:34:20 obrien 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
1999-05-08 18:50:53 +00:00
.if defined(COMPAT22) || defined(RELEASEDIR)
SUBDIR+= compat22
.endif
.if defined(COMPAT3X) || defined(RELEASEDIR)
SUBDIR+= compat3x
.endif
.include <bsd.subdir.mk>