diff options
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index b517c2f..870848c 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -6,3 +6,5 @@ ARGS = -I$(ROOT)/builddeps LDSCRIPT=$(LDSCRIPT) USRDIR=$(USRDIR) ROOT=$(ROOT) .PHONY: all all: make -C init/ $(ARGS) + make -C install/ $(ARGS) + make -C inject/ $(ARGS) |