summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-02-28 16:33:17 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-02-28 16:33:17 +0300
commitcb17a844f7e843d9f254b53478fb81ca67bdaffa (patch)
treec034f2f4c1f878456388040f7be2072ff00f2ae2 /Makefile
downloadProject-Tick-cb17a844f7e843d9f254b53478fb81ca67bdaffa.tar.gz
Project-Tick-cb17a844f7e843d9f254b53478fb81ca67bdaffa.zip
init Standalone musl-libc-based Linux port of FreeBSD `cpuset` for Project Tick BSD/Linux Distribution.
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000000..639dd98121
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+PROG= cpuset
+
+LIBADD= jail util
+
+SYMLINKS+= ../..${BINDIR}/cpuset /usr/bin/cpuset
+
+.include <bsd.prog.mk>