aboutsummaryrefslogtreecommitdiff
path: root/lib/compat
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-05-08 18:50:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-05-08 18:50:53 +0000
commitd96a7ccf05716e492d4491f38a4b59477ca7316d (patch)
tree7dbdb6c9b8f06d1ae1d77bf3e4f5f20d9139f078 /lib/compat
parentac0c5aaf01f174097d7be76445c080cd6658a8ba (diff)
Notes
Diffstat (limited to 'lib/compat')
-rw-r--r--lib/compat/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile
index 2a5908ac592b..c5022010a7e6 100644
--- a/lib/compat/Makefile
+++ b/lib/compat/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 14:57:32 peter Exp $
+# $Id: Makefile,v 1.4 1999/04/20 11:34:20 obrien Exp $
SUBDIR=
@@ -12,6 +12,9 @@ SUBDIR+= compat20
.if defined(COMPAT21) || defined(RELEASEDIR)
SUBDIR+= compat21
.endif
+.if defined(COMPAT22) || defined(RELEASEDIR)
+SUBDIR+= compat22
+.endif
.if defined(COMPAT3X) || defined(RELEASEDIR)
SUBDIR+= compat3x
.endif