Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Need bsd.sys.mk for the GROFF definition in the non...



details:   https://anonhg.NetBSD.org/src/rev/a0d1bddc634c
branches:  trunk
changeset: 517741:a0d1bddc634c
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Nov 18 15:11:25 2001 +0000

description:
Need bsd.sys.mk for the GROFF definition in the non-USETOOLS case.

diffstat:

 share/mk/bsd.doc.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2bfc42a85ceb -r a0d1bddc634c share/mk/bsd.doc.mk
--- a/share/mk/bsd.doc.mk       Sun Nov 18 14:50:11 2001 +0000
+++ b/share/mk/bsd.doc.mk       Sun Nov 18 15:11:25 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.doc.mk,v 1.54 2001/11/12 23:16:20 tv Exp $
+#      $NetBSD: bsd.doc.mk,v 1.55 2001/11/18 15:11:25 bjh21 Exp $
 #      @(#)bsd.doc.mk  8.1 (Berkeley) 8/14/93
 
 .include <bsd.init.mk>
@@ -69,5 +69,6 @@
 
 ##### Pull in related .mk logic
 .include <bsd.obj.mk>
+.include <bsd.sys.mk>
 
 ${TARGETS}:    # ensure existence



Home | Main Index | Thread Index | Old Index