mirror of
https://github.com/opnsense/src.git
synced 2026-06-17 12:41:39 -04:00
It was disabled by default in fe52b7f60e. We planned to (but did not)
remove the option before FreeBSD 14. Remove it now, for FreeBSD 15.
Relnotes: Yes
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31558
15 lines
256 B
Makefile
15 lines
256 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${SRCTOP}/contrib/flex/src
|
|
|
|
LIB= ln
|
|
SRCS= libmain.c libyywrap.c
|
|
NO_PIC=
|
|
|
|
.if ${MK_INSTALLLIB} != "no"
|
|
LINKS= ${LIBDIR}/libln.a ${LIBDIR}/libl.a
|
|
LINKS+= ${LIBDIR}/libln.a ${LIBDIR}/libfl.a
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|
|
|