diff options
Diffstat (limited to 'sbin/umount')
-rw-r--r-- | sbin/umount/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 8c0293b..70313c6 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -4,6 +4,7 @@ PROG= umount SRCS= umount.c vfslist.c mounttab.c +MAN= umount.8 MOUNT= ${.CURDIR}/../mount UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall |