blob: ddf54b3fbc7026d724f33dd3b13ae684c1f6a07b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- zaptel/Makefile
+++ zaptel/Makefile
@@ -5,6 +5,7 @@
KMOD=zaptel
CFLAGS+=-g
CLEANFILES+=gendigits tones.h
+WERROR=-Wall
SRCS+=device_if.h bus_if.h vnode_if.h
|