The compat[34]x dists need to have their machine arch appended.

This commit is contained in:
David E. O'Brien 2001-02-10 07:06:40 +00:00
parent 503a83f979
commit a9bdaf8482
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72308

View File

@ -16,10 +16,10 @@ SUBDIR+= compat21
SUBDIR+= compat22
.endif
.if defined(COMPAT3X) || defined(RELEASEDIR)
SUBDIR+= compat3x
SUBDIR+= compat3x.${MACHINE}
.endif
.if defined(COMPAT4X) || defined(RELEASEDIR)
SUBDIR+= compat4x
SUBDIR+= compat4x.${MACHINE}
.endif
.include <bsd.subdir.mk>