freebsd-skq/gnu/lib/libreadline/Makefile
Baptiste Daroussin 8a833bda0a The GNU readline library is now an INTERNALLIB - that is, it is
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
2014-07-09 15:52:30 +00:00

6 lines
57 B
Makefile

# $FreeBSD$
SUBDIR = readline
.include <bsd.subdir.mk>