diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1997-10-27 00:19:10 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1997-10-27 00:19:10 +0000 |
commit | c6965c1ecbdcc3d3f8c22b6cf93414197d0bc025 (patch) | |
tree | 563717b7572988b18dceadddb21e68dc1f1ea52e /devel | |
parent | Port of nasm, the Netwide Assembler, by Murray Stokeley. (diff) |
Activate nasm, the Netwide Assembler.
Notes
Notes:
svn path=/head/; revision=8359
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 116612136c68..cdaebc033ca7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.79 1997/10/03 22:19:29 andreas Exp $ +# $Id: Makefile,v 1.80 1997/10/15 20:02:14 max Exp $ # SUBDIR += SWIG @@ -38,6 +38,7 @@ SUBDIR += mkmf SUBDIR += mprof SUBDIR += nana + SUBDIR += nasm SUBDIR += noweb SUBDIR += omniBroker SUBDIR += omniORB |