Use " includes, rather than <, where appropriate.
This commit is contained in:
parent
a7f6387809
commit
60b4d07359
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue