Fix the type of .include.

This commit is contained in:
ru 2002-04-19 07:42:41 +00:00
parent 57f0c44bf3
commit f3e57ac386
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
AFTERPORTMK= yes
.include "bsd.port.mk"
.include <bsd.port.mk>
.undef AFTERPORTMK

View File

@ -2,6 +2,6 @@
BEFOREPORTMK= yes
.include "bsd.port.mk"
.include <bsd.port.mk>
.undef BEFOREPORTMK