diff options
author | peter <peter@FreeBSD.org> | 1996-09-27 07:12:11 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-09-27 07:12:11 +0000 |
commit | 06c4e6aa08a1c1678d88dd84b38f39f558f2d363 (patch) | |
tree | 73cd873d9ba9afd8874930dcab000fed78956676 | |
parent | 64988b859cdcd956e9d7dea908a08500be111445 (diff) | |
download | FreeBSD-src-06c4e6aa08a1c1678d88dd84b38f39f558f2d363.zip FreeBSD-src-06c4e6aa08a1c1678d88dd84b38f39f558f2d363.tar.gz |
libfakegnumalloc -> libgnumalloc
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index d00f190..92e3508 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -11,7 +11,7 @@ SUBDIR=csu/${MACHINE} # XXX MISSING: libplot SUBDIR+=libc libcompat libcom_err libcurses libdisk libedit \ - libf2c libfakegnumalloc libftpio libipx \ + libf2c libftpio libgnumalloc libipx \ libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \ libscsi libskey libss libtcl libtermcap libutil libxpg4 liby libz |