diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-04 20:42:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-04 20:42:49 +0000 |
commit | 391b7c2db5e55f28be622a1e0e0bfc0e03dd6c66 (patch) | |
tree | f26422f7896e57cca31096228d77a7b0b48cb86b | |
parent | Initial import of mico version 2.0.6. (diff) |
Turn on mico.
Notes
Notes:
svn path=/head/; revision=11731
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8fe02d424c8d..8a33ba033111 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.112 1998/06/30 09:50:34 tg Exp $ +# $Id: Makefile,v 1.113 1998/07/01 19:28:10 julian Exp $ # SUBDIR += ElectricFence @@ -46,6 +46,7 @@ SUBDIR += m4 SUBDIR += m68kgdb SUBDIR += makedepend + SUBDIR += mico SUBDIR += mkmf SUBDIR += mprof SUBDIR += nana |