diff options
Diffstat (limited to 'sbin/mount_std/Makefile')
-rw-r--r-- | sbin/mount_std/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index ff01131..4085850 100644 --- a/sbin/mount_std/Makefile +++ b/sbin/mount_std/Makefile @@ -2,7 +2,9 @@ PROG= mount_std SRCS= mount_std.c getmntopts.c -MAN8= mount_std.8 mount_devfs.8 mount_fdesc.8 mount_kernfs.8 mount_procfs.8 +MAN8= mount_std.8 +MLINKS= mount_std.8 mount_devfs.8 mount_std.8 mount_fdesc.8 \ + mount_std.8 mount_kernfs.8 mount_std.8 mount_procfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} |