File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,17 @@ CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../contrib/wide-dhcpv6 -DPACKAGE_NAME=\"\"
2626SRCS = cfparse.y cftoken.l dhcp6c.c common.c config.c prefixconf.c dhcp6c_ia.c timer.c \
2727 dhcp6c_script.c if.c base64.c auth.c dhcp6_ctl.c addrconf.c lease.c
2828
29+ ${SRCS :M* .c}: cfparse.h
30+ parser.h : cfparse.y
31+
2932MAN = dhcp6c.8 dhcp6c.conf.5
3033
3134WARNS? = 0
3235
33- LIBADD+ = l
36+ # LIBADD+= l
37+
38+ XCFLAGS.manifest_lexer+ = -Wno-missing-variable-declarations \
39+ -Wno-unneeded-internal-declaration
40+ XCFLAGS.manifest_parser+ = -Wno-missing-variable-declarations
3441
3542.include <bsd.prog.mk>
Original file line number Diff line number Diff line change 1+ # Autogenerated - do NOT edit!
2+
3+ DIRDEPS = \
4+ gnu/lib/csu \
5+ include \
6+ include/xlocale \
7+ lib/${CSU_DIR} \
8+ lib/libc \
9+ lib/libcompiler_rt
10+
11+
12+ .include <dirdeps.mk>
13+
14+ .if ${DEP_RELDIR} == ${_DEP_RELDIR}
15+ # local dependencies - needed for -jN in clean tree
16+ .endif
You can’t perform that action at this time.
0 commit comments