blob: eb4604d5a43e20d8954be4f56a4b0ba1fae94a25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- qozap/Makefile
+++ qozap/Makefile
@@ -4,6 +4,7 @@
SRCS= qozap.c qozap_freebsd.c
SRCS+= device_if.h bus_if.h isa_if.h pci_if.h
CFLAGS+=-I../zaptel
+WERROR= -Wall
#DEBUG_FLAGS= -g
|