Add compat4x.i386 directory.

Approved by:	jkh
This commit is contained in:
murray 2001-02-09 18:59:02 +00:00
parent 8060d7461b
commit 7b278f1a90

View File

@ -18,5 +18,8 @@ SUBDIR+= compat22
.if defined(COMPAT3X) || defined(RELEASEDIR)
SUBDIR+= compat3x
.endif
.if defined(COMPAT4X) || defined(RELEASEDIR)
SUBDIR+= compat4x
.endif
.include <bsd.subdir.mk>