diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 16:25:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 16:25:01 +0800 |
commit | 8f86296e2d3dbe78b4a9e73699463b704c3c6a8a (patch) | |
tree | 7c9bd305cc9df88846e14c82ecf62d04ad5bd9f5 /devel | |
parent | df23992c48230c312bd6e3b9a6b5b3fec3dadcfd (diff) | |
download | freebsd-ports-gnome-8f86296e2d3dbe78b4a9e73699463b704c3c6a8a.tar.gz freebsd-ports-gnome-8f86296e2d3dbe78b4a9e73699463b704c3c6a8a.tar.zst freebsd-ports-gnome-8f86296e2d3dbe78b4a9e73699463b704c3c6a8a.zip |
Move libmalloc from BROKEN to SUBDIR.
Diffstat (limited to 'devel')
-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 |