diff -r b0666dd4d31d -r 7302abf31ae0 components/iftop/Makefile --- a/components/iftop/Makefile Wed Dec 11 15:19:02 2013 -0800 +++ b/components/iftop/Makefile Wed Dec 11 18:51:23 2013 -0800 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -59,9 +59,9 @@ # common targets -build: $(BUILD_32) +build: $(BUILD_64) -install: $(INSTALL_32) +install: $(INSTALL_64) test: $(NO_TESTS)