aboutsummaryrefslogtreecommitdiff
path: root/bin/cpuset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cpuset/Makefile')
-rw-r--r--bin/cpuset/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/cpuset/Makefile b/bin/cpuset/Makefile
new file mode 100644
index 000000000000..639dd9812171
--- /dev/null
+++ b/bin/cpuset/Makefile
@@ -0,0 +1,7 @@
+PROG= cpuset
+
+LIBADD= jail util
+
+SYMLINKS+= ../..${BINDIR}/cpuset /usr/bin/cpuset
+
+.include <bsd.prog.mk>