aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-10-15 14:37:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-10-15 14:37:43 +0000
commit2c7f71c1dc2fb57ef7fae5ea730680a00ddddee3 (patch)
tree22d08f1fa33efa23851e44dee522b740c615b732 /lang/Makefile
parent3617215504fe91905bea3afb75c154e00a08add8 (diff)
downloadports-2c7f71c1dc2fb57ef7fae5ea730680a00ddddee3.tar.gz
ports-2c7f71c1dc2fb57ef7fae5ea730680a00ddddee3.zip
nwcc is a small C compiler for Unix systems under the BSDL
It works with FreeBSD/OpenBSD/Solaris/Linux on 80x86, FreeBSD/Linux on AMD64, Solaris on SPARC, AIX on PowerPC, and IRIX on MIPS hardware. The x86 and AMD64 backends support two assemblers; nasm/yasm and gas.
Notes
Notes: svn path=/head/; revision=201502
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 3e283cb86aca..3d61183ca43d 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -168,6 +168,7 @@
SUBDIR += njs
SUBDIR += nml
SUBDIR += nqc
+ SUBDIR += nwcc
SUBDIR += objc
SUBDIR += ocaml
SUBDIR += ocaml-camlidl