diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:23:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:23:47 +0000 |
commit | fe0a26526db1967f92c8462bf6dc4849c86f9726 (patch) | |
tree | f676f083da1449455c13e2d998d5c9f4dee7a371 | |
parent | Import of libxalloc version 1.0.3. (diff) |
Activate the libxalloc port.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c1ddbff4e323..74c0b94a4e9c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.166 1999/04/03 01:16:08 steve Exp $ +# $Id: Makefile,v 1.167 1999/04/03 01:20:55 steve Exp $ # SUBDIR += ElectricFence @@ -63,6 +63,7 @@ SUBDIR += libshhopt SUBDIR += libslang SUBDIR += libtool + SUBDIR += libxalloc SUBDIR += linux_devel SUBDIR += linux_kdump SUBDIR += m4 |