summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/disklabel/Makefile5
-rw-r--r--sbin/fdisk/Makefile4
2 files changed, 4 insertions, 5 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile
index 0de8b8d92a9..4f1961ec5c2 100644
--- a/sbin/disklabel/Makefile
+++ b/sbin/disklabel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.53 2011/06/23 22:46:12 schwarze Exp $
+# $OpenBSD: Makefile,v 1.54 2013/10/31 22:37:17 schwarze Exp $
PROG= disklabel
SRCS= disklabel.c dkcksum.c editor.c manual.c
@@ -6,8 +6,7 @@ DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= disklabel.8 disklabel.5
-
-CLEANFILES+=manual.c
+CLEANFILES += disklabel.cat8 manual.c
.include <bsd.own.mk>
diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile
index 31af2e87de8..66bc3f00153 100644
--- a/sbin/fdisk/Makefile
+++ b/sbin/fdisk/Makefile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: Makefile,v 1.38 2011/06/23 22:46:12 schwarze Exp $
+# $OpenBSD: Makefile,v 1.39 2013/10/31 22:37:17 schwarze Exp $
#
# Copyright (c) 1997 Tobias Weingartner
# All rights reserved.
@@ -29,7 +29,7 @@ PROG= fdisk
SRCS= fdisk.c user.c misc.c disk.c mbr.c part.c cmd.c manual.c
DPADD= ${LIBUTIL}
LDADD= -lutil
-CLEANFILES+=manual.c
+CLEANFILES += fdisk.cat8 manual.c
.include <bsd.own.mk>