diff options
Diffstat (limited to 'sbin/disklabel/Makefile')
-rw-r--r-- | sbin/disklabel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 72d28ac7b08..f38ef24a9a8 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.14 1997/10/16 10:42:45 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 1997/10/16 10:54:27 deraadt Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c DPADD= ${LIBUTIL} LDADD= -lutil -MAN= disklabel.5 disklabel.8 +MAN= disklabel.8 disklabel.5 CLEANFILES+=manual.c -manual.c: ${.OBJDIR}/disklabel.cat8 +manual.c: disklabel.cat8 (echo 'char manpage[] = "\\'; \ sed -e 's/$$/\\n\\/' ${.OBJDIR}/disklabel.cat8; \ echo '";' ) > manual.c |