Use " includes, rather than <, where appropriate.

This commit is contained in:
mycroft 1997-05-09 04:46:29 +00:00
parent a7f6387809
commit 60b4d07359
3 changed files with 9 additions and 8 deletions

View File

@ -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 <bsd.prog.mk>

View File

@ -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 <bsd.prog.mk>

View File

@ -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 <bsd.prog.mk>