From 4da1577ed018f611733da01956f002ecc99fcc34 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 20 Apr 1999 11:34:20 +0000 Subject: [PATCH] Add the compat3x series of uuencoded, gziped balls of fun. --- lib/compat/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/compat/Makefile b/lib/compat/Makefile index 4de61092e2a..2a5908ac592 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