diff options
Diffstat (limited to 'net/dhcp6')
-rw-r--r-- | net/dhcp6/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dhcp6/files/patch-Makefile.in b/net/dhcp6/files/patch-Makefile.in new file mode 100644 index 000000000000..d7651c68549c --- /dev/null +++ b/net/dhcp6/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2017-02-28 19:06:15 UTC ++++ Makefile.in +@@ -77,7 +77,7 @@ cfparse.c y.tab.h: cfparse.y + @YACC@ -d cfparse.y + mv y.tab.c cfparse.c + +-cftoken.c: cftoken.l y.tab.h ++cftoken.c: cftoken.l cfparse.c + @LEX@ cftoken.l + mv lex.yy.c $@ + |