summaryrefslogtreecommitdiff
path: root/sbin/fdisk
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/fdisk
parent21ee3d3682284f593a498e8a64542181bf88eef5 (diff)
include <bsd.own.mk> before using NOMAN; ok millert@
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/Makefile4
1 files changed, 3 insertions, 1 deletions
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[] = "\\'; \