diff options
author | jake <jake@FreeBSD.org> | 2002-08-10 05:44:44 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-08-10 05:44:44 +0000 |
commit | b46f5a1520cbb7c64295a4fc1efd926e4a3b1365 (patch) | |
tree | bf5edbceb37de6458e5b4f5d1938c2c94b0f7f0f | |
parent | ba018bfce303ee931c1bf83118cbe1478a47f53e (diff) | |
download | FreeBSD-src-b46f5a1520cbb7c64295a4fc1efd926e4a3b1365.zip FreeBSD-src-b46f5a1520cbb7c64295a4fc1efd926e4a3b1365.tar.gz |
xlint seems to build fine on sparc64.
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index a297d60..e808469 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -246,7 +246,7 @@ SUBDIR+=uac .endif # Things which don't compile on new platforms yet: -.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64" +.if ${MACHINE_ARCH} != "ia64" SUBDIR+=xlint .endif |