Don't yacc/lex here as dist includes generated copies already and depending

on timestamps it's possible for gcc2 on vax to get confused on which .h
to use.
This commit is contained in:
jmc 2005-12-15 04:27:32 +00:00
parent 665a7c14de
commit a2899ef21e
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2005/06/28 16:01:59 christos Exp $
# $NetBSD: Makefile,v 1.15 2005/12/15 04:27:32 jmc Exp $
USE_SHLIBDIR= yes
WARNS= 0 # Will be fixed later
@ -20,14 +20,14 @@ CPPFLAGS+=-DINET6
.PATH: ${DIST}/src/libipsec
SRCS= ipsec_dump_policy.c ipsec_get_policylen.c ipsec_strerror.c \
pfkey.c pfkey_dump.c policy_parse.y policy_token.l key_debug.c
LPREFIX+=__libipsec
YPREFIX+=__libipsec
YHEADER=policy_parse.h
pfkey.c pfkey_dump.c policy_parse.c policy_token.c key_debug.c
MAN= ipsec_set_policy.3 ipsec_strerror.3
MLINKS+=ipsec_set_policy.3 ipsec_get_policylen.3 \
ipsec_set_policy.3 ipsec_dump_policy.3
.include <bsd.lib.mk>
# Don't auto-frob .y or .l files.
.l.c .y.c .y.h:
@true