summaryrefslogtreecommitdiffstats
path: root/lib/librt/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-01 02:12:43 +0000
committerngie <ngie@FreeBSD.org>2015-01-01 02:12:43 +0000
commit366f16dd6a08d1eeca56a868ab58114d5d5d2069 (patch)
tree6831d62e578f1d760de0e482447663cf19e14b1a /lib/librt/Makefile
parent0971283da1a2343a9fa413073fcd4e1fe7d153ed (diff)
downloadFreeBSD-src-366f16dd6a08d1eeca56a868ab58114d5d5d2069.zip
FreeBSD-src-366f16dd6a08d1eeca56a868ab58114d5d5d2069.tar.gz
MFC r274578,r274580:
r274578: Add reachover Makefiles for contrib/netbsd-tests/lib/libpthread as lib/libthr/tests A variant of this code has been tested on amd64/i386 for some time by EMC/Isilon on 10-STABLE/11-CURRENT. It builds on other architectures, but the code will remain off until it's proven it works on virtual hardware or real hardware on other architectures Original work by: pho Sponsored by: EMC / Isilon Storage Division r274580: Add reachover Makefiles for contrib/netbsd-tests/lib/librt A variant of this code has been tested on amd64/i386 for some time by EMC/Isilon on 10-STABLE/11-CURRENT. It builds on other architectures, but the code will remain off until it's proven it works on virtual hardware or real hardware on other architectures Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/librt/Makefile')
-rw-r--r--lib/librt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/librt/Makefile b/lib/librt/Makefile
index f624cf7..a2b7c5b 100644
--- a/lib/librt/Makefile
+++ b/lib/librt/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
LIB=rt
SHLIB_MAJOR= 1
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}
@@ -18,4 +20,6 @@ PRECIOUSLIB=
VERSION_MAP= ${.CURDIR}/Version.map
+.include <bsd.arch.inc.mk>
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud