Fixed missing DPADD.

Fixed style bug for LDADD (don't use += for variables defined only once).
This commit is contained in:
Bruce Evans 2000-03-27 15:16:06 +00:00
parent 1f82591eba
commit e39c55ae3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58671

View File

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