diff options
-rw-r--r-- | sbin/bsdlabel/Makefile | 2 | ||||
-rw-r--r-- | sbin/disklabel/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 5513ad3..4e0e56d 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= disklabel -SRCS= disklabel.c +SRCS= disklabel.c MAN8= disklabel.8 MAN5= disklabel.5 diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 5513ad3..4e0e56d 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= disklabel -SRCS= disklabel.c +SRCS= disklabel.c MAN8= disklabel.8 MAN5= disklabel.5 |