summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpctl/Makefile
blob: 44dd54bdd14db2217d0b87c8aa7f33d10d153a80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.2 2006/07/25 09:44:49 henning Exp $

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

PROG=	dvmrpctl
SRCS=	buffer.c imsg.c log.c dvmrpctl.c parser.c

CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations -Wredundant-decls
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../dvmrpd

MAN=	dvmrpctl.8

.include <bsd.prog.mk>