Skip to content

Commit c6406fa

Browse files
committed
ok
1 parent 321660a commit c6406fa

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

sbin/dhcp6c/Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,17 @@ CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../contrib/wide-dhcpv6 -DPACKAGE_NAME=\"\"
2626
SRCS= 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+
2932
MAN= dhcp6c.8 dhcp6c.conf.5
3033

3134
WARNS?= 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>

sbin/dhcp6c/Makefile.depend

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)