diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-02-28 16:33:17 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-02-28 16:33:17 +0300 |
| commit | cb17a844f7e843d9f254b53478fb81ca67bdaffa (patch) | |
| tree | c034f2f4c1f878456388040f7be2072ff00f2ae2 /Makefile | |
| download | Project-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-- | Makefile | 7 |
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> |
