diff options
Diffstat (limited to 'sbin/mount_umapfs/Makefile')
-rw-r--r-- | sbin/mount_umapfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_umapfs/Makefile b/sbin/mount_umapfs/Makefile index f78f2f3..9ae6798 100644 --- a/sbin/mount_umapfs/Makefile +++ b/sbin/mount_umapfs/Makefile @@ -3,6 +3,7 @@ PROG= mount_umap SRCS= mount_umap.c getmntopts.c +MAN= mount_umap.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} |