Use "" instead of <> to specify bsd.port.mk, since we want it to look in

this directory first.
This commit is contained in:
Satoshi Asami 1999-01-26 03:53:15 +00:00
parent 96b5ff1e68
commit 25b174d4e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16356
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $Id$
# $Id: bsd.port.post.mk,v 1.1 1998/11/11 05:21:28 asami Exp $
AFTERPORTMK= yes
.include <bsd.port.mk>
.include "bsd.port.mk"
.undef AFTERPORTMK

View File

@ -1,7 +1,7 @@
# $Id$
# $Id: bsd.port.pre.mk,v 1.1 1998/11/11 05:21:29 asami Exp $
BEFOREPORTMK= yes
.include <bsd.port.mk>
.include "bsd.port.mk"
.undef BEFOREPORTMK