summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorWilbern Cobb <wcobb@cvs.openbsd.org>2002-06-26 18:34:28 +0000
committerWilbern Cobb <wcobb@cvs.openbsd.org>2002-06-26 18:34:28 +0000
commit8fc4832ff56a3e2b35b22d0e62b6df4d8c68362c (patch)
treecddf4ea028531ac2c867eadcbda34c10d2235e2f /sbin
parent21ee3d3682284f593a498e8a64542181bf88eef5 (diff)
include <bsd.own.mk> before using NOMAN; ok millert@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/disklabel/Makefile4
-rw-r--r--sbin/fdisk/Makefile4
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[] = "\\'; \