summaryrefslogtreecommitdiffstats
path: root/lib/librt/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-16 07:03:19 +0000
committerngie <ngie@FreeBSD.org>2014-11-16 07:03:19 +0000
commit747103896d741e7aff571699e99ead80ce18e243 (patch)
treec5aaa14fd981b22c721b4edc700646e35e789a04 /lib/librt/Makefile
parentca3d59ced083b77e4fb4f666998599a3668d3ecd (diff)
downloadFreeBSD-src-747103896d741e7aff571699e99ead80ce18e243.zip
FreeBSD-src-747103896d741e7aff571699e99ead80ce18e243.tar.gz
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..bd6ec07 100644
--- a/lib/librt/Makefile
+++ b/lib/librt/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <src.opts.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