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:
Yoshinobu Inoue 2000-03-28 11:41:18 +00:00
parent 4c48fdaf53
commit 4b89b76f24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58738

View File

@ -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