summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-16 09:40:50 -0400
committerIan Moffett <ian@osmora.org>2025-05-16 09:40:50 -0400
commit8512dfb2f81e57c1b68890bf15214802da260c2c (patch)
treeda9420df764b9d419075f36b1d19a048215ec170 /usr.bin/Makefile
parenta56723a9c239bf7c4b23f500b64e5bf03969ee93 (diff)
build: Add Makefile for usr.sbin and usr.bin
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile8
1 files changed, 8 insertions, 0 deletions
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)