diff options
author | shin <shin@FreeBSD.org> | 2000-04-01 22:28:36 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 2000-04-01 22:28:36 +0000 |
commit | 79ce44e00159f8824aacf50b6227f404788f59ad (patch) | |
tree | 7d9421310ac703f5bed44e0e5e8203dad254a0b8 /lib/libipsec | |
parent | a3c065ea56199480229fabf9848000c6be8ce2d9 (diff) | |
download | FreeBSD-src-79ce44e00159f8824aacf50b6227f404788f59ad.zip FreeBSD-src-79ce44e00159f8824aacf50b6227f404788f59ad.tar.gz |
Replace the prefix for yylval to less confusing one.
Suggested by: bruce
Diffstat (limited to 'lib/libipsec')
-rw-r--r-- | lib/libipsec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libipsec/Makefile b/lib/libipsec/Makefile index 0a0d684..83c17ac 100644 --- a/lib/libipsec/Makefile +++ b/lib/libipsec/Makefile @@ -38,8 +38,8 @@ SRCS+= ipsec_strerror.c policy_parse.y policy_token.l SRCS+= ipsec_dump_policy.c ipsec_get_policylen.c SRCS+= key_debug.c CLEANFILES+= y.tab.c y.tab.h -YFLAGS+=-d -p __libyy -LFLAGS+=-P__libyy +YFLAGS+=-d -p __libipsecyy +LFLAGS+=-P__libipsecyy MAN3= ipsec_set_policy.3 ipsec_strerror.3 MLINKS+=ipsec_set_policy.3 ipsec_get_policylen.3 \ |