mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 06:15:40 -05:00
statically linked into consumers (GDB and variants) in the base system, and the shared library is no longer installed. That also allows ports to be able to use a modern version of readline PR: 162948 Reviewed by: emaste
5 lines
57 B
Makefile
5 lines
57 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = readline
|
|
|
|
.include <bsd.subdir.mk>
|