diff options
author | wosch <wosch@FreeBSD.org> | 1997-11-02 18:50:53 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-11-02 18:50:53 +0000 |
commit | 69ec3ff2e9836fc96600f50d0609e477740518f1 (patch) | |
tree | 6b90e4cc989c1d3f41585bc412186e0aeb7a1468 /share/mk/bsd.doc.mk | |
parent | 0402968a2b6c49a5b82b706dac505c3779bafe25 (diff) | |
download | FreeBSD-src-69ec3ff2e9836fc96600f50d0609e477740518f1.zip FreeBSD-src-69ec3ff2e9836fc96600f50d0609e477740518f1.tar.gz |
Inlucde ../Makefile.inc if exists. This make it easier to
build the Unix Seventh Edition Manual volumes 2.
Diffstat (limited to 'share/mk/bsd.doc.mk')
-rw-r--r-- | share/mk/bsd.doc.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.doc.mk b/share/mk/bsd.doc.mk index 13e76f4..1c43500 100644 --- a/share/mk/bsd.doc.mk +++ b/share/mk/bsd.doc.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91 -# $Id: bsd.doc.mk,v 1.38 1997/06/21 15:40:31 jkh Exp $ +# $Id: bsd.doc.mk,v 1.39 1997/11/01 19:45:02 wosch Exp $ # # The include file <bsd.doc.mk> handles installing BSD troff documents. # <bsd.prog.mk> includes the include files <bsd.dep.mk> and <bsd.obj.mk>. @@ -15,6 +15,10 @@ # # [incomplete] +.if exists(${.CURDIR}/../Makefile.inc) +.include "${.CURDIR}/../Makefile.inc" +.endif + PRINTERDEVICE?= ascii BIB?= bib |