diff options
author | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-06-26 18:34:28 +0000 |
---|---|---|
committer | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-06-26 18:34:28 +0000 |
commit | 8fc4832ff56a3e2b35b22d0e62b6df4d8c68362c (patch) | |
tree | cddf4ea028531ac2c867eadcbda34c10d2235e2f /sbin/disklabel | |
parent | 21ee3d3682284f593a498e8a64542181bf88eef5 (diff) |
include <bsd.own.mk> before using NOMAN; ok millert@
Diffstat (limited to 'sbin/disklabel')
-rw-r--r-- | sbin/disklabel/Makefile | 4 |
1 files changed, 3 insertions, 1 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[] = "\\'; \ |