mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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:
parent
3aee0bc104
commit
6dcd682a54
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SHLIBDIR?=/lib
|
||||
LIBDIR?=/lib
|
||||
SHLIBDIR?= /lib
|
||||
LIBDIR?= /lib
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue