diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-09 01:31:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-09 01:31:31 +0000 |
commit | 672c478f7aa53ff3b27f51af3f7218fdacab40ee (patch) | |
tree | 3a6f3291f9e3dfee45603aab8c019bf2aa3ce0df | |
parent | Initial import of m68kbinutils version 2.9.1. (diff) |
Turn on m68kbinutils.
Notes
Notes:
svn path=/head/; revision=12371
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index f63cab251b65..af881bade935 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.124 1998/07/30 15:24:14 hoek Exp $ +# $Id: Makefile,v 1.125 1998/08/01 16:45:47 jkh Exp $ # SUBDIR += ElectricFence @@ -51,6 +51,7 @@ SUBDIR += linux_devel SUBDIR += linux_kdump SUBDIR += m4 + SUBDIR += m68kbinutils SUBDIR += m68kgdb SUBDIR += makedepend SUBDIR += mico |