summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/Makefile
blob: 3f758becf045c6dd4d69f9997644269558c9d237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.2 2003/12/17 12:34:06 henning Exp $

PROG=	bgpd
SRCS=	bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \
	rde.c rde_rib.c rde_decide.c rde_prefix.c mrt.c
CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized
CFLAGS+= -Wstrict-prototypes
CFLAGS+= -Wreturn-type -Wcast-qual -Wswitch
CFLAGS+= -Wpointer-arith -Wshadow
CFLAGS+= -Werror
YFLAGS=
NOMAN=

CFLAGS+=	-Wall

.include <bsd.prog.mk>