diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-08 18:50:08 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-08 18:50:08 +0000 |
| commit | c946a7dcf11d29878da9d94199d4e0f17d54e204 (patch) | |
| tree | 790a1cfb00f8bbfc8d270fdeda3f140f99afeb39 /lib | |
| parent | 23a2d6291a46b9ec517b9add726460646bcce9c6 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/compat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile index 4de61092e2a5..ff376f01ec57 100644 --- a/lib/compat/Makefile +++ b/lib/compat/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 14:57:32 peter Exp $ SUBDIR= @@ -12,5 +12,8 @@ SUBDIR+= compat20 .if defined(COMPAT21) || defined(RELEASEDIR) SUBDIR+= compat21 .endif +.if defined(COMPAT22) || defined(RELEASEDIR) +SUBDIR+= compat22 +.endif .include <bsd.subdir.mk> |
