mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
Remove libl related dependencies, because it is not necessary, and even more,
it cause building world failure. Specified by: Nickolay Dudorov <nnd@mail.nsk.ru>
This commit is contained in:
parent
4c48fdaf53
commit
4b89b76f24
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58738
@ -37,8 +37,8 @@ SRCS= pfkey.c pfkey_dump.c
|
||||
SRCS+= ipsec_strerror.c policy_parse.y policy_token.l
|
||||
SRCS+= ipsec_dump_policy.c ipsec_get_policylen.c
|
||||
SRCS+= key_debug.c
|
||||
DPADD= ${LIBL} ${LIBY}
|
||||
LDADD= -ll -ly
|
||||
DPADD= ${LIBY}
|
||||
LDADD= -ly
|
||||
CLEANFILES+= y.tab.c y.tab.h
|
||||
YFLAGS+=-d -p __libyy
|
||||
LFLAGS+=-P__libyy
|
||||
|
Loading…
Reference in New Issue
Block a user