summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-18 19:44:12 +0000
committerphk <phk@FreeBSD.org>2003-04-18 19:44:12 +0000
commit8f433e738ce609ba3589cd47d654c882d450f765 (patch)
treecf0c549297a9e79777a2e177172ded33c5ad2d3f /sbin/bsdlabel/Makefile
parent691d3715d636a88215f08d9d13abaa72e9499e53 (diff)
downloadFreeBSD-src-8f433e738ce609ba3589cd47d654c882d450f765.zip
FreeBSD-src-8f433e738ce609ba3589cd47d654c882d450f765.tar.gz
First scrub of s/disklabel/bsdlabel/
bsdlabel.5 deliberately exempted, its contents looks less than useful.
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r--sbin/bsdlabel/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index 9884d55..f0f400e 100644
--- a/sbin/bsdlabel/Makefile
+++ b/sbin/bsdlabel/Makefile
@@ -1,9 +1,10 @@
# @(#)Makefile 8.2 (Berkeley) 3/17/94
# $FreeBSD$
-PROG= disklabel
-SRCS= disklabel.c
-MAN= disklabel.5 disklabel.8
+PROG= bsdlabel
+SRCS= bsdlabel.c
+#MAN+= bsdlabel.5
+MAN+= bsdlabel.8
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
OpenPOWER on IntegriCloud