diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-03-12 17:35:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-03-12 17:35:17 +0000 |
commit | d2d8dfb1c25027fe4dd7a302e4fef93becc6e9e9 (patch) | |
tree | 76c5944e55ea42c637b1e19316361dc921da8c83 /gnu | |
parent | 94d795783d22bcdd09248a69f647beefeaac094f (diff) |
Repair bootstrap with -DNOMAN
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/Makefile.bsd-wrapper | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.bsd-wrapper b/gnu/usr.bin/groff/Makefile.bsd-wrapper index aee714fee1d..cbc73ac61b5 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.12 1999/03/04 04:37:33 niklas Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.13 1999/03/12 17:35:16 espie Exp $ # # groff config @@ -108,6 +108,11 @@ lint: tags: # Nothing here so far... +.ifdef NOMAN +maninstall: + # Dummy target for bootstrap... +.endif + .include <bsd.obj.mk> .include <bsd.subdir.mk> .ifndef NOMAN |