diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2015-01-21 16:41:05 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2015-01-21 16:41:05 +0000 |
| commit | 20fe2c9465839f53ae56affdb1b12962a009c1f9 (patch) | |
| tree | dd5374699dfdf6f807d4665c6b7b1da3ccf9760e /lib/libthr/Makefile | |
| parent | fe6317011557e3c0f8330a80c8cd0c13fdabea19 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/Makefile')
| -rw-r--r-- | lib/libthr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 08d505254891..1acb17f04d3a 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -45,7 +45,9 @@ PRECIOUSLIB= .PATH: ${.CURDIR}/arch/${MACHINE_CPUARCH}/${MACHINE_CPUARCH} +.if exists(${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc) .include "${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc" +.endif .include "${.CURDIR}/sys/Makefile.inc" .include "${.CURDIR}/thread/Makefile.inc" |
