diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 12:13:50 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 12:13:50 +0000 |
commit | 68724c0f259f3ac9ffd8076581b17eec8c43719b (patch) | |
tree | 0145e41771eed2bbb1605f01ad550948f56eeadf /gnu/usr.bin/groff | |
parent | 210f5b06a817aaafe6caa0d16be512bf149c2350 (diff) |
respect NOMAN (in bulk)
Diffstat (limited to 'gnu/usr.bin/groff')
-rw-r--r-- | gnu/usr.bin/groff/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.bsd-wrapper b/gnu/usr.bin/groff/Makefile.bsd-wrapper index 2333a06fd10..a284ffad9e5 100644 --- a/gnu/usr.bin/groff/Makefile.bsd-wrapper +++ b/gnu/usr.bin/groff/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.7 1997/04/22 14:07:25 kstailey Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1997/06/23 12:13:47 kstailey Exp $ # # groff config @@ -106,4 +106,6 @@ tags: .include <bsd.obj.mk> .include <bsd.subdir.mk> +.ifndef NOMAN .include <bsd.man.mk> +.endif |