summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-08-10 05:44:44 +0000
committerjake <jake@FreeBSD.org>2002-08-10 05:44:44 +0000
commitb46f5a1520cbb7c64295a4fc1efd926e4a3b1365 (patch)
treebf5edbceb37de6458e5b4f5d1938c2c94b0f7f0f /usr.bin
parentba018bfce303ee931c1bf83118cbe1478a47f53e (diff)
downloadFreeBSD-src-b46f5a1520cbb7c64295a4fc1efd926e4a3b1365.zip
FreeBSD-src-b46f5a1520cbb7c64295a4fc1efd926e4a3b1365.tar.gz
xlint seems to build fine on sparc64.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile2
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
OpenPOWER on IntegriCloud