diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-02-10 13:11:02 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-02-10 13:11:02 +0000 |
| commit | 96cd764ed36a6f0e49ea571a7b8f750a1a6733eb (patch) | |
| tree | 9c916a42e1dcc1ed688772673c2fd3872a64ca05 /lib | |
| parent | 69115ebe9066b20555cb5bfaa98eb02cac3ecab3 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/compat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile index cb3d62890a3a..2855c875be65 100644 --- a/lib/compat/Makefile +++ b/lib/compat/Makefile @@ -16,10 +16,10 @@ SUBDIR+= compat21 SUBDIR+= compat22 .endif .if defined(COMPAT3X) || defined(RELEASEDIR) -SUBDIR+= compat3x.${MACHINE} +SUBDIR+= compat3x.${MACHINE_ARCH} .endif .if defined(COMPAT4X) || defined(RELEASEDIR) -SUBDIR+= compat4x.${MACHINE} +SUBDIR+= compat4x.${MACHINE_ARCH} .endif .include <bsd.subdir.mk> |
