diff options
Diffstat (limited to 'usr.sbin/chroot/Makefile')
-rw-r--r-- | usr.sbin/chroot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/chroot/Makefile b/usr.sbin/chroot/Makefile index 771e4c0..652de79 100644 --- a/usr.sbin/chroot/Makefile +++ b/usr.sbin/chroot/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= chroot +MAN= chroot.8 .include <bsd.prog.mk> |