aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:33:27 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:33:27 +0000
commit0a5779d45bf5cbb474e004524b8788e796db914c (patch)
tree1cb0fe9ec728e1ea9af70a64b6bfc8d23eb66652 /sbin/bsdlabel/Makefile
parente5b5c66bcad3c6a5639669f734a19ec37d1ed0ff (diff)
downloadsrc-0a5779d45bf5cbb474e004524b8788e796db914c.tar.gz
src-0a5779d45bf5cbb474e004524b8788e796db914c.zip
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Notes
Notes: svn path=/head/; revision=74815
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r--sbin/bsdlabel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index 4e0e56dcb57e..9884d552d415 100644
--- a/sbin/bsdlabel/Makefile
+++ b/sbin/bsdlabel/Makefile
@@ -3,8 +3,7 @@
PROG= disklabel
SRCS= disklabel.c
-MAN8= disklabel.8
-MAN5= disklabel.5
+MAN= disklabel.5 disklabel.8
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98