HBSD: Style change to librt Makefile

No functional change.

Signed-off-by:	Shawn Webb <shawn.webb@hardenedbsd.org>
Reported-by:	Oliver Pinter <oliver.pinter@hardenedbsd.org>
github-issue:	#229
MFC-to:		11-STABLE
(cherry picked from commit 31756adc537dc7fdd289bf7085792798c72ae901)
(cherry picked from commit ab7fa1f59178fd478f05c512928adc39e389111c)
This commit is contained in:
Shawn Webb 2017-01-03 12:29:35 -05:00 committed by Shawn Webb
parent 3aee0bc104
commit 6dcd682a54
No known key found for this signature in database
GPG key ID: 411DCD7D5C3BFCB6

View file

@ -1,7 +1,7 @@
# $FreeBSD$
SHLIBDIR?=/lib
LIBDIR?=/lib
SHLIBDIR?= /lib
LIBDIR?= /lib
.include <src.opts.mk>