summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/Makefile
blob: 8a4e9f014f020b584627c8878fc9ed6f1aa00d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.1 2004/01/02 02:22:52 henning Exp $

.PATH:		${.CURDIR}/../bgpd/

PROG=	bgpctl
SRCS=	bgpctl.c buffer.c imsg.c log.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CLFAGS+= -Wmissing-declarations -Wredundant-decls
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -I${.CURDIR}/../bgpd/
MAN=	bgpctl.8

.include <bsd.prog.mk>