diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-10 01:31:24 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-10 01:33:06 -0400 |
commit | 031dc9ef078da2fcf6e804447f5782f12f70725e (patch) | |
tree | dcc31fca4c9da93e9724e250cd4db6b1db808102 /usr.sbin/Makefile | |
parent | 806556468f0dfba40be1782f86e13f6231fc5ecd (diff) |
usr.sbin: Add initial installer sources
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index b517c2f..a884d0c 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -6,3 +6,4 @@ ARGS = -I$(ROOT)/builddeps LDSCRIPT=$(LDSCRIPT) USRDIR=$(USRDIR) ROOT=$(ROOT) .PHONY: all all: make -C init/ $(ARGS) + make -C install/ $(ARGS) |