diff options
author | ru <ru@FreeBSD.org> | 2006-03-16 07:31:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-16 07:31:50 +0000 |
commit | 5bf46887969fbd679f5e69f7a42ddb2ebcd05ba3 (patch) | |
tree | 32068a3939feff9f7b21abe790a32b2fe73a3350 | |
parent | 053507bd40c99c756879636521e0827573f88946 (diff) | |
download | FreeBSD-src-5bf46887969fbd679f5e69f7a42ddb2ebcd05ba3.zip FreeBSD-src-5bf46887969fbd679f5e69f7a42ddb2ebcd05ba3.tar.gz |
When building for pc98, don't create stray objects in the
usr.sbin/pcvt/keycap source directory.
Found by: phk
MFC after: 3 days
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index ea688cf..1bbddcd 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1012,7 +1012,7 @@ _prebuild_libs+= lib/libypclnt _generic_libs+= usr.bin/lex/lib -.if ${MACHINE_ARCH} == "i386" +.if ${MACHINE} == "i386" _generic_libs+= usr.sbin/pcvt/keycap .endif |