From 3c794396d2df8c918b62bc2ecd877720b1b0656a Mon Sep 17 00:00:00 2001 From: netchild Date: Tue, 26 Mar 2002 17:01:09 +0000 Subject: This is Intels C/C++ compiler. It is setup to produce native FreeBSD objects. This port is not able to produce native executables on its own. You need to do it yourself with gcc. Approved by: steve --- lang/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/Makefile') diff --git a/lang/Makefile b/lang/Makefile index 135d2f7bdbc5..aa6744ccdb26 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -70,6 +70,7 @@ SUBDIR += guile SUBDIR += hope SUBDIR += hugs + SUBDIR += icc SUBDIR += ici SUBDIR += icon SUBDIR += intel2gas -- cgit