diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-20 08:14:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-20 08:14:58 +0000 |
commit | 0dc96d938ec00ac9927eb6cb7b836072af50e8a5 (patch) | |
tree | f4180abd98f88e05a2582396c376edeaaf6f092f | |
parent | Import of asl port. asl is an assembler for a wide range of (diff) |
Activate asl.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 215f92d7203b..bb7bb8b198f4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.63 1997/06/15 14:20:20 max Exp $ +# $Id: Makefile,v 1.64 1997/06/16 03:05:30 jfitz Exp $ # SUBDIR += SWIG + SUBDIR += asl SUBDIR += autoconf SUBDIR += automake SUBDIR += bcc |