diff options
Diffstat (limited to 'sbin/mount_portalfs/Makefile')
-rw-r--r-- | sbin/mount_portalfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_portalfs/Makefile b/sbin/mount_portalfs/Makefile index 1f17d24..4f32eda 100644 --- a/sbin/mount_portalfs/Makefile +++ b/sbin/mount_portalfs/Makefile @@ -3,7 +3,7 @@ PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ pt_exec.c pt_file.c pt_tcp.c -MAN8= mount_portal.0 +MAN8= mount_portal.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I/sys -I${MOUNT} |