diff options
-rw-r--r-- | Mk/bsd.port.post.mk | 4 | ||||
-rw-r--r-- | Mk/bsd.port.pre.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.post.mk b/Mk/bsd.port.post.mk index be53028b5607..d34d246c5fb9 100644 --- a/Mk/bsd.port.post.mk +++ b/Mk/bsd.port.post.mk @@ -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 diff --git a/Mk/bsd.port.pre.mk b/Mk/bsd.port.pre.mk index b4fc122add09..739ebd51cfef 100644 --- a/Mk/bsd.port.pre.mk +++ b/Mk/bsd.port.pre.mk @@ -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 |