summaryrefslogtreecommitdiff
path: root/debug/Makefile
blob: 80c1b63e9b1acf81fc8b53caac6879636160cec7 (plain)
1
2
3
4
5
6
7
8
9
10
LKM=	debug
MAN=

CFLAGS+=-Wall -Werror -Winline -Wpointer-arith -Wmissing-declarations
CFLAGS+=-Wmissing-prototypes -Wstrict-prototypes

load:	${COMBINED}
	modload -o ${LKM} -e ${LKM}_lkmentry ${COMBINED}

.include <bsd.lkm.mk>