more x86_64 work. started to put the mmu bits together in the (former) stage2 loader.
[newos.git] / apps / makefile
blob2f93e89307d15870752d48a141ae62ecb0637701
1 APPS_DIR := $(GET_LOCAL_DIR)
3 include $(addsuffix /makefile, $(addprefix $(APPS_DIR)/, \
4 cpptest \
5 test_output \
6 test_time \
7 test_input \
8 false \
9 fibo \
10 fortune \
11 init \
12 ls \
13 mount \
14 rld \
15 rldtest \
16 shell \
17 testapp \
18 true \
19 unmount \
20 vmtest \
21 vtcolors \
22 rm \
23 ps \
24 kill \
25 top \
26 netcfg \
27 nettest \
28 irc \
29 consoled \
30 socketd \
31 telnetd \
32 inputd \
33 window_server \
34 guiapp \
35 disktest \
36 vmstat \
37 sleep \