summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-12 10:45:37 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-12 10:45:37 +0000
commitde8577632e731d83941ca66cc6df915443732328 (patch)
tree395df1bb730894fa48676b268c17618a5bd2c6a4 /Makefile
parent089db85919e922846426e9942fae37ccc146739f (diff)
downloadbuildroot-novena-de8577632e731d83941ca66cc6df915443732328.tar.gz
buildroot-novena-de8577632e731d83941ca66cc6df915443732328.zip
List a few additional targets for building a dev system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 03b5c785b..7f502ce30 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,8 @@ TARGETS+=busybox tinylogin
#TARGETS+=zlib openssl openssh
# Everything needed to build a full uClibc development system!
-#TARGETS+=coreutils findutils bash make sed gawk gcc_target
+#TARGETS+=coreutils findutils bash make diffutils patch sed
+#TARGETS+=ed flex bison file gawk gcc_target
# Of course, if you are installing a development system, you
# may want some header files so you can compile stuff....
@@ -109,7 +110,7 @@ TARGETS+=busybox tinylogin
#TARGETS+=valgrind
# Some stuff for access points and firewalls
-#TARGETS+=iptables hostap wtools
+#TARGETS+=iptables hostap wtools dhcp_relay
# Run customize.mk at the very end to add your own special config.
# This is useful for making your own distro within the buildroot