summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd/Makefile.inc
blob: e8a60d7ad3001ee558c43aee3083e276185de531 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile.inc,v 1.2 2017/02/21 05:17:48 yasuoka Exp $
.PATH:		${.CURDIR}/..
CFLAGS+=	-I${.CURDIR}/..
CFLAGS+=	-Wall -Wextra -Wshadow -Wno-unused-parameter
CFLAGS+=	-Wstrict-prototypes -Wmissing-prototypes
CFLAGS+=	-Wmissing-declarations -Wpointer-arith

#DEGUG=		-g
#CFLAGS+=	-DRADIUSD_DEBUG
#CFLAGS+=	-Werror