summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-16 10:42:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-16 10:42:46 +0000
commit226be0a4983d61bc84a84d76993151fd583d5f27 (patch)
tree87d143bd68bc35c4920a8d2ab08451a5519ed445 /sbin
parentaf040f1f9c0b6a5928d47ec7a396306e29de757c (diff)
CLEANFILES+=manual.c
Diffstat (limited to 'sbin')
-rw-r--r--sbin/disklabel/Makefile3
-rw-r--r--sbin/fdisk/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile
index 26d819ca752..72d28ac7b08 100644
--- a/sbin/disklabel/Makefile
+++ b/sbin/disklabel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 1997/10/16 10:40:09 deraadt Exp $
+# $OpenBSD: Makefile,v 1.14 1997/10/16 10:42:45 deraadt Exp $
PROG= disklabel
SRCS= disklabel.c dkcksum.c editor.c manual.c
@@ -6,6 +6,7 @@ DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= disklabel.5 disklabel.8
+CLEANFILES+=manual.c
manual.c: ${.OBJDIR}/disklabel.cat8
(echo 'char manpage[] = "\\'; \
sed -e 's/$$/\\n\\/' ${.OBJDIR}/disklabel.cat8; \
diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile
index a5f9bb1096d..bb3542b578b 100644
--- a/sbin/fdisk/Makefile
+++ b/sbin/fdisk/Makefile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: Makefile,v 1.7 1997/10/16 10:35:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 1997/10/16 10:42:44 deraadt Exp $
#
# Copyright (c) 1997 Tobias Weingartner
# All rights reserved.
@@ -36,6 +36,7 @@ DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= fdisk.8
+CLEANFILES+=manual.c
manual.c: ${.OBJDIR}/fdisk.cat8
(echo 'char manpage[] = "\\'; \
sed -e 's/$$/\\n\\/' ${.OBJDIR}/fdisk.cat8; \