From 60b4d0735939ef0684f25218cdf053c1ad4dca45 Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 9 May 1997 04:46:29 +0000 Subject: [PATCH] Use " includes, rather than <, where appropriate. --- gnu/usr.bin/groff/afmtodit/Makefile | 6 +++--- gnu/usr.bin/groff/grog/Makefile | 5 +++-- gnu/usr.bin/groff/nroff/Makefile | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/gnu/usr.bin/groff/afmtodit/Makefile b/gnu/usr.bin/groff/afmtodit/Makefile index 691649daffd3..2151b5be2d0f 100644 --- a/gnu/usr.bin/groff/afmtodit/Makefile +++ b/gnu/usr.bin/groff/afmtodit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 1997/03/24 22:06:25 christos Exp $ +# $NetBSD: Makefile,v 1.7 1997/05/09 04:46:29 mycroft Exp $ MAN= afmtodit.1 SCRIPT=afmtodit.pl -.include <../../Makefile.inc> -.include <../Makefile.cfg> +.include "../../Makefile.inc" +.include "../Makefile.cfg" .include diff --git a/gnu/usr.bin/groff/grog/Makefile b/gnu/usr.bin/groff/grog/Makefile index 15dbb597d9fb..e4e2edbe95ed 100644 --- a/gnu/usr.bin/groff/grog/Makefile +++ b/gnu/usr.bin/groff/grog/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 1997/03/24 22:06:29 christos Exp $ +# $NetBSD: Makefile,v 1.9 1997/05/09 04:46:29 mycroft Exp $ MAN= grog.1 SCRIPTS= grog.sh -.include <../../Makefile.inc> +.include "../../Makefile.inc" +.include "../Makefile.cfg" .include diff --git a/gnu/usr.bin/groff/nroff/Makefile b/gnu/usr.bin/groff/nroff/Makefile index 625d09bb7a41..d1c950a6d5ce 100644 --- a/gnu/usr.bin/groff/nroff/Makefile +++ b/gnu/usr.bin/groff/nroff/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.6 1997/03/24 22:06:32 christos Exp $ +# $Id: Makefile,v 1.7 1997/05/09 04:46:30 mycroft Exp $ MAN= nroff.1 SCRIPTS= nroff.sh psroff.sh -.include <../../Makefile.inc> -.include <../Makefile.cfg> +.include "../../Makefile.inc" +.include "../Makefile.cfg" .include