diff options
author | ru <ru@FreeBSD.org> | 2003-04-30 07:54:39 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-04-30 07:54:39 +0000 |
commit | 807a3522172619884ad50b0c7e3323d41e3cf649 (patch) | |
tree | 225203ceb5c67f46eed0e2bf4675e4ea7c6b785e /secure/lib/Makefile.inc | |
parent | 4e8be68394d0781d567c571a3bcf95ead02ac780 (diff) | |
download | FreeBSD-src-807a3522172619884ad50b0c7e3323d41e3cf649.zip FreeBSD-src-807a3522172619884ad50b0c7e3323d41e3cf649.tar.gz |
The including makefile's directory is tried first for .include "...".
Diffstat (limited to 'secure/lib/Makefile.inc')
-rw-r--r-- | secure/lib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index 1410b21..002a3f7 100644 --- a/secure/lib/Makefile.inc +++ b/secure/lib/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ -.include "${.CURDIR}/../../Makefile.inc" +.include "../Makefile.inc" .if exists(${.CURDIR}/../../../lib/Makefile.inc) .include "${.CURDIR}/../../../lib/Makefile.inc" .endif |