X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile;h=4ff95bd00b156051d8b9da372732c463a9523cf5;hb=bc164a02c6f5f9fdcc66bd66d2d6a02dcfff8bec;hp=ce0172c10b814593d2acfc48e71585c08ae19d5d;hpb=f6a97629f218bf1d48b8893b006864419dc40f51;p=tpg%2Facess2.git diff --git a/Makefile b/Makefile index ce0172c1..4ff95bd0 100644 --- 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