diff options
author | obrien <obrien@FreeBSD.org> | 1999-04-20 11:34:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-04-20 11:34:20 +0000 |
commit | 0fb5d9b4c5f6aa57d536feba6255c75309d22468 (patch) | |
tree | 89c1da8dfd00e338631d0e33d782c8c6b1ac231a /lib/compat | |
parent | 811f4cd5bd461058bbf0a7f56c6ac70213d160ec (diff) | |
download | FreeBSD-src-0fb5d9b4c5f6aa57d536feba6255c75309d22468.zip FreeBSD-src-0fb5d9b4c5f6aa57d536feba6255c75309d22468.tar.gz |
Add the compat3x series of uuencoded, gziped balls of fun.
Diffstat (limited to 'lib/compat')
-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 4de6109..2a5908a 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(COMPAT3X) || defined(RELEASEDIR) +SUBDIR+= compat3x +.endif .include <bsd.subdir.mk> |