mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +00:00
Add the compat3x series of uuencoded, gziped balls of fun.
This commit is contained in:
parent
0e37570243
commit
4da1577ed0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45861
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user