avoid yacc regeneration (lex does not need it, because their file is called
.lex and we don't have rules for that)
This commit is contained in:
parent
35f6de0047
commit
65510e9c89
5
external/bsd/unbound/lib/libunbound/Makefile
vendored
5
external/bsd/unbound/lib/libunbound/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2016/08/20 11:20:31 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2016/08/20 15:24:29 christos Exp $
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
@ -101,3 +101,6 @@ CLEANFILES+=libunbound.3
|
||||
libunbound.3: libunbound.3.in __subst
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
# Use the generated files
|
||||
.y.c:
|
||||
|
Loading…
Reference in New Issue
Block a user