diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-10-17 08:55:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-10-17 08:55:05 +0000 |
commit | 365aac205d456db89a758533b256a5e5b51c8817 (patch) | |
tree | fce47e2e489beb40d7d07cf33eb9b51cebdb4070 /Makefile | |
parent | f2f69f70b92a2bbeefa8b855fcc4861d76733cb5 (diff) | |
download | buildroot-novena-365aac205d456db89a758533b256a5e5b51c8817.tar.gz buildroot-novena-365aac205d456db89a758533b256a5e5b51c8817.zip |
Add openssl and openssh. Fix up UML kernel build.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ ifeq ($(USE_UCLIBC_TOOLCHAIN),true) TARGETS=uclibc_toolchain endif -TARGETS+=user-mode-linux busybox tinylogin ncurses gdb strace valgrind db +TARGETS+=user-mode-linux busybox tinylogin ncurses gdb strace valgrind db openssl zlib openssh #stlport # Pick your root filesystem type. TARGETS+=ext2root |