From 86642a4ab498a232761f0dcb1ca83f06fc0d5a40 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 26 Mar 2001 14:33:27 +0000 Subject: - Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN. --- sbin/disklabel/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/disklabel') diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 4e0e56d..9884d55 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/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 -- cgit v1.1