diff options
-rw-r--r-- | sbin/disklabel/Makefile | 4 | ||||
-rw-r--r-- | sbin/fdisk/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index b149032b341..deb46df4d9d 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2002/02/20 01:55:49 miod Exp $ +# $OpenBSD: Makefile,v 1.28 2002/06/26 18:34:27 wcobb Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -9,6 +9,8 @@ MAN= disklabel.8 disklabel.5 CLEANFILES+=manual.c +.include <bsd.own.mk> + .ifdef NOMAN manual.c: (echo 'char manpage[] = "\\'; \ diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile index 9ebe2c7d5bf..ec766ba8989 100644 --- a/sbin/fdisk/Makefile +++ b/sbin/fdisk/Makefile @@ -1,5 +1,5 @@ # -# $OpenBSD: Makefile,v 1.19 2002/06/09 08:13:05 todd Exp $ +# $OpenBSD: Makefile,v 1.20 2002/06/26 18:34:26 wcobb Exp $ # # Copyright (c) 1997 Tobias Weingartner # All rights reserved. @@ -37,6 +37,8 @@ DPADD= ${LIBUTIL} LDADD= -lutil CLEANFILES+=manual.c +.include <bsd.own.mk> + .ifdef NOMAN manual.c: (echo 'char manpage[] = "\\'; \ |