aboutsummaryrefslogtreecommitdiff
path: root/lib/compat/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-20 11:34:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-20 11:34:20 +0000
commit4da1577ed018f611733da01956f002ecc99fcc34 (patch)
tree3be2d60fa7771858c93216a8226b21c607650dc0 /lib/compat/Makefile
parent0e375702430a97f0de574750601cfa63b62849f9 (diff)
downloadsrc-4da1577ed018f611733da01956f002ecc99fcc34.tar.gz
src-4da1577ed018f611733da01956f002ecc99fcc34.zip
Add the compat3x series of uuencoded, gziped balls of fun.
Notes
Notes: svn path=/head/; revision=45861
Diffstat (limited to 'lib/compat/Makefile')
-rw-r--r--lib/compat/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile
index 4de61092e2a5..2a5908ac592b 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>