diff options
author | 2015-02-10 01:36:23 +0000 | |
---|---|---|
committer | 2015-02-10 01:36:23 +0000 | |
commit | 2f9afae6c21602fe639174cffe7d45f997bc8296 (patch) | |
tree | de210c18e0cc0b435e5325874d74e0de11ca57e5 | |
parent | now we're cooking with gas... (diff) | |
download | wireguard-openbsd-2f9afae6c21602fe639174cffe7d45f997bc8296.tar.xz wireguard-openbsd-2f9afae6c21602fe639174cffe7d45f997bc8296.zip |
chroot...
-rw-r--r-- | distrib/special/chroot/Makefile | 6 |
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> |