summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay6/Makefile
blob: 50c6a6b9a5759ba1ae906b11ae5f12df1d6d4584 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.2 2017/04/16 00:52:54 aoyama Exp $

.include <bsd.own.mk>

SRCS=	dhcrelay6.c dispatch.c log.c bpf.c packet.c
PROG=	dhcrelay6
MAN=	dhcrelay6.8

CFLAGS+=-Wall -Wextra
CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
CFLAGS+=-Wshadow -Wpointer-arith -Wsign-compare

.include <bsd.prog.mk>