summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 1c973ff..a2abdf0 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -6,3 +6,15 @@ ARGS = -I$(ROOT)/builddeps LDSCRIPT=$(LDSCRIPT) USRDIR=$(USRDIR) ROOT=$(ROOT)
.PHONY: all
all:
make -C osh/ $(ARGS)
+ make -C kmsg/ $(ARGS)
+ make -C fetch/ $(ARGS)
+ make -C kfgwm/ $(ARGS)
+ make -C date/ $(ARGS)
+ make -C mex/ $(ARGS)
+ make -C beep/ $(ARGS)
+ make -C mrow/ $(ARGS)
+ make -C elfdump/ $(ARGS)
+ make -C cat/ $(ARGS)
+ make -C getconf/ $(ARGS)
+ make -C echo/ $(ARGS)
+ make -C readcore/ $(ARGS)