diff options
author | chuckr <chuckr@FreeBSD.org> | 1997-10-27 08:19:10 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1997-10-27 08:19:10 +0800 |
commit | e2d8011b2a52c208407da04963020d9a92164dd7 (patch) | |
tree | 89ca4aee992b306af69b0091fd2a8f356064d6dd /devel/Makefile | |
parent | 634fb152dda563009b8ded7b4a3d563491ac0d1b (diff) | |
download | freebsd-ports-gnome-e2d8011b2a52c208407da04963020d9a92164dd7.tar.gz freebsd-ports-gnome-e2d8011b2a52c208407da04963020d9a92164dd7.tar.zst freebsd-ports-gnome-e2d8011b2a52c208407da04963020d9a92164dd7.zip |
Activate nasm, the Netwide Assembler.
Diffstat (limited to 'devel/Makefile')
-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 |