diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-09 02:34:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-09 02:34:10 +0000 |
commit | b7d4f49c6114e4b6dc95f17f13648e8758123c63 (patch) | |
tree | b263d4a3e4e47e8bf45190c993f02e66e92c8a92 /Makefile | |
parent | 529820d7cdf541205d5a52ca982c1acd09c1273a (diff) | |
download | buildroot-novena-b7d4f49c6114e4b6dc95f17f13648e8758123c63.tar.gz buildroot-novena-b7d4f49c6114e4b6dc95f17f13648e8758123c63.zip |
Support more build system junk
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ TARGETS+=busybox tinylogin # may want some header files so you can compile stuff.... #TARGETS+=ncurses-headers zlib-headers openssl-headers +# More development system stuff for those that want it +#TARGETS+=m4 autoconf automake libtool + # Some nice debugging tools #TARGETS+=gdb strace |