diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
commit | c73e22c3d47a3cff43c30a39e6aa4692e07316c8 (patch) | |
tree | 4850c8e93ed64ec07d74d3b37deb81f774dba52e /usr.sbin/chroot | |
parent | fe655281c5aaa0c4feb637ba0199f869ba84a78b (diff) | |
download | src-test2-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.tar.gz src-test2-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.zip |
Notes
Diffstat (limited to 'usr.sbin/chroot')
-rw-r--r-- | usr.sbin/chroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/chroot/Makefile b/usr.sbin/chroot/Makefile index 69fe8b8528c3..771e4c07cc14 100644 --- a/usr.sbin/chroot/Makefile +++ b/usr.sbin/chroot/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= chroot -MAN8= chroot.8 .include <bsd.prog.mk> |