summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-02-10 01:36:23 +0000
committerderaadt <deraadt@openbsd.org>2015-02-10 01:36:23 +0000
commit2f9afae6c21602fe639174cffe7d45f997bc8296 (patch)
treede210c18e0cc0b435e5325874d74e0de11ca57e5
parentnow we're cooking with gas... (diff)
downloadwireguard-openbsd-2f9afae6c21602fe639174cffe7d45f997bc8296.tar.xz
wireguard-openbsd-2f9afae6c21602fe639174cffe7d45f997bc8296.zip
chroot...
-rw-r--r--distrib/special/chroot/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/distrib/special/chroot/Makefile b/distrib/special/chroot/Makefile
new file mode 100644
index 00000000000..a332cd8833b
--- /dev/null
+++ b/distrib/special/chroot/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.3 2015/02/10 01:36:23 deraadt Exp $
+
+PROG= chroot
+
+.PATH: ${.CURDIR}/../../../usr.sbin/chroot
+.include <bsd.prog.mk>