diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-28 02:02:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-28 02:02:47 +0000 |
commit | 13694747348a4107a49b6b2780f4627ce77bc76c (patch) | |
tree | 0173b1571226d113b77e9b2be348e2b74cbb8124 /Makefile | |
parent | 4948206d1e632dbe10af266dab4a7aff428f7fd5 (diff) |
Add support for building perl
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -103,6 +103,9 @@ TARGETS+=busybox tinylogin # More development system stuff for those that want it #TARGETS+=m4 autoconf automake libtool +# Perl +#TARGETS+=perl + # Some nice debugging tools #TARGETS+=gdb strace |