Add the compat3x series of uuencoded, gziped balls of fun.

This commit is contained in:
David E. O'Brien 1999-04-20 11:34:20 +00:00
parent 0e37570243
commit 4da1577ed0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45861

View File

@ -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>