mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
Fixed missing DPADD.
Fixed style bug for LDADD (don't use += for variables defined only once).
This commit is contained in:
parent
1f82591eba
commit
e39c55ae3e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58671
@ -37,7 +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
|
||||
LDADD+= -ll -ly
|
||||
DPADD= ${LIBL} ${LIBY}
|
||||
LDADD= -ll -ly
|
||||
CLEANFILES+= y.tab.c y.tab.h
|
||||
YFLAGS+=-d -p __libyy
|
||||
LFLAGS+=-P__libyy
|
||||
|
Loading…
Reference in New Issue
Block a user