diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-11-17 20:38:45 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-11-17 20:38:45 +0000 |
| commit | c08a9b5abe44db9fb1e8ffefbee2d31557d86a40 (patch) | |
| tree | 4aacd5597179db680b52314534680806b15727e2 | |
| parent | 852f87fe13950ac6725d2657431244464e2a9241 (diff) | |
Need bsd.sys.mk for the GROFF definition in the non-USETOOLS case.
| -rw-r--r-- | share/mk/bsd.man.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk index f2cc0f812a6..8666e31a833 100644 --- a/share/mk/bsd.man.mk +++ b/share/mk/bsd.man.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.man.mk,v 1.66 2001/11/12 23:16:20 tv Exp $ +# $NetBSD: bsd.man.mk,v 1.67 2001/11/17 20:38:45 thorpej Exp $ # @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93 .include <bsd.init.mk> @@ -187,5 +187,6 @@ cleanman: ##### Pull in related .mk logic .include <bsd.obj.mk> +.include <bsd.sys.mk> ${TARGETS} catinstall maninstall: # ensure existence |
