From: Eric Andersen Date: Wed, 8 Jan 2003 18:22:25 +0000 (-0000) Subject: Mention the new ncurses-headers zlib-headers openssl-headers targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7564033f20b58456e0b457f1d38fe605c9c26c24;p=buildroot.git Mention the new ncurses-headers zlib-headers openssl-headers targets --- diff --git a/Makefile b/Makefile index 07b38ef11b..0be4e8a6b4 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,10 @@ TARGETS+=busybox tinylogin # Everything needed to build a full uClibc development system! #TARGETS+=coreutils findutils bash make sed gawk gcc_target +# Of course, if you are installing a development system, you +# may want some header files so you can compile stuff.... +#TARGETS+=ncurses-headers zlib-headers openssl-headers + # Some nice debugging tools #TARGETS+=gdb strace