Externals/dropbear - Disabled X forwarding
[tpg/acess2.git] / Makefile
index ce0172c..4ff95bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ USRLIBS := crt0.o acess.ld ld-acess.so libc.so libposix.so
 USRLIBS += libreadline.so libnet.so liburi.so libpsocket.so
 USRLIBS += libimage_sif.so libunicode.so
 
-USRAPPS := init login CLIShell cat ls mount
+USRAPPS := init login CLIShell cat ls mount automounter
 USRAPPS += bomb lspci
 USRAPPS += ip dhcpclient ping telnet irc wget telnetd
 USRAPPS += axwin3 gui_ate gui_shell
@@ -63,8 +63,9 @@ $(USRLIBS:%=utest-%): utest-%:
        @CC=$(NCC) $(SUBMAKE) -C Usermode/Libraries/$*_src generate_exp
        @CC=$(NCC) $(SUBMAKE) -C Usermode/Libraries/$*_src utest -k
 
+# TODO: Module tests using DiskTool and NetTest
 mtest:
-       ;
+       @echo > /dev/null
 
 SyscallList: include/syscalls.h
 include/syscalls.h: KernelLand/Kernel/Makefile KernelLand/Kernel/syscalls.lst

UCC git Repository :: git.ucc.asn.au