From 97d5c458cfa039d857301e1ca7d5af3beb37131d Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 26 Apr 2026 16:38:00 -0400 Subject: build: Better Build System --- static/unix-v10/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 static/unix-v10/Makefile (limited to 'static/unix-v10/Makefile') diff --git a/static/unix-v10/Makefile b/static/unix-v10/Makefile new file mode 100644 index 00000000..f47052cd --- /dev/null +++ b/static/unix-v10/Makefile @@ -0,0 +1,14 @@ +SUBDIRS = man1 \ + man2 \ + man3 \ + man4 \ + man5 \ + man6 \ + man7 \ + man8 \ + man9 + +export OS="Unix V10" + +include ../subdir.mk + -- cgit v1.2.3