Makefile (8fa0b743820f61c661ba5f3ea0e3be0dc137910e) Makefile (7e659f9491705cacb49bd0154b1c23704f55ed0d)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/../hastd
6
7PROG= hastctl
8SRCS= activemap.c

--- 7 unchanged lines hidden (view full) ---

16SRCS+= proto.c proto_common.c proto_uds.c
17SRCS+= token.l
18SRCS+= subr.c
19SRCS+= y.tab.h
20MAN= hastctl.8
21
22NO_WFORMAT=
23NO_WCAST_ALIGN=
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/../hastd
6
7PROG= hastctl
8SRCS= activemap.c

--- 7 unchanged lines hidden (view full) ---

16SRCS+= proto.c proto_common.c proto_uds.c
17SRCS+= token.l
18SRCS+= subr.c
19SRCS+= y.tab.h
20MAN= hastctl.8
21
22NO_WFORMAT=
23NO_WCAST_ALIGN=
24NO_WMISSING_VARIABLE_DECLARATIONS=
24CFLAGS+=-I${.CURDIR}/../hastd
25CFLAGS+=-DHAVE_CAPSICUM
26CFLAGS+=-DINET
27.if ${MK_INET6_SUPPORT} != "no"
28CFLAGS+=-DINET6
29.endif
30# This is needed to have WARNS > 1.
31CFLAGS+=-DYY_NO_UNPUT

--- 15 unchanged lines hidden ---
25CFLAGS+=-I${.CURDIR}/../hastd
26CFLAGS+=-DHAVE_CAPSICUM
27CFLAGS+=-DINET
28.if ${MK_INET6_SUPPORT} != "no"
29CFLAGS+=-DINET6
30.endif
31# This is needed to have WARNS > 1.
32CFLAGS+=-DYY_NO_UNPUT

--- 15 unchanged lines hidden ---