diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:25:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:25:01 +0000 |
commit | 1f233be58e64f99fea1da8d732b310e1287e4b03 (patch) | |
tree | e1a6fb03a29defad1f54760360be75fbee8b3596 | |
parent | Add gmod and xmcd to SUBDIR list. (xmcd uses Motif.) (diff) |
Move libmalloc from BROKEN to SUBDIR.
Notes
Notes:
svn path=/head/; revision=2979
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index ecd43182a82d..d744584f8cfe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.18 1995/12/05 02:07:43 ache Exp $ +# $Id: Makefile,v 1.19 1996/03/25 08:09:24 asami Exp $ # SUBDIR += autoconf @@ -10,7 +10,7 @@ SUBDIR += gmake SUBDIR += gperf SUBDIR += libdlmalloc - BROKEN += libmalloc + SUBDIR += libmalloc SUBDIR += libz SUBDIR += m4 SUBDIR += mprof |