diff options
Diffstat (limited to 'sbin/newfs/Makefile')
-rw-r--r-- | sbin/newfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index 2394272..69f04d0 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -2,7 +2,7 @@ PROG= newfs SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c -MAN8= newfs.0 +MAN8= newfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+=-DMFS -I${MOUNT} |