From 8512dfb2f81e57c1b68890bf15214802da260c2c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 16 May 2025 09:40:50 -0400 Subject: build: Add Makefile for usr.sbin and usr.bin Signed-off-by: Ian Moffett --- usr.bin/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 usr.bin/Makefile (limited to 'usr.bin/Makefile') diff --git a/usr.bin/Makefile b/usr.bin/Makefile new file mode 100644 index 0000000..1c973ff --- /dev/null +++ b/usr.bin/Makefile @@ -0,0 +1,8 @@ +LDSCRIPT = +USRDIR = +ROOT = +ARGS = -I$(ROOT)/builddeps LDSCRIPT=$(LDSCRIPT) USRDIR=$(USRDIR) ROOT=$(ROOT) + +.PHONY: all +all: + make -C osh/ $(ARGS) -- cgit v1.2.3