From 6dcd682a541f654319512e32ca0dbcb1b33a4935 Mon Sep 17 00:00:00 2001 From: Shawn Webb Date: Tue, 3 Jan 2017 12:29:35 -0500 Subject: [PATCH] HBSD: Style change to librt Makefile No functional change. Signed-off-by: Shawn Webb Reported-by: Oliver Pinter github-issue: #229 MFC-to: 11-STABLE (cherry picked from commit 31756adc537dc7fdd289bf7085792798c72ae901) (cherry picked from commit ab7fa1f59178fd478f05c512928adc39e389111c) --- lib/librt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librt/Makefile b/lib/librt/Makefile index 9f3f392e56f..6d59ccaaf7d 100644 --- a/lib/librt/Makefile +++ b/lib/librt/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -SHLIBDIR?=/lib -LIBDIR?=/lib +SHLIBDIR?= /lib +LIBDIR?= /lib .include