summaryrefslogtreecommitdiff
path: root/bin/systrace
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-11-20 23:23:10 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-11-20 23:23:10 +0000
commit2ee732eaeeed10b5fab41f27f0d2e90cc2286d86 (patch)
tree99de8655ffbb7f0e8158d993b7e3153167883291 /bin/systrace
parent9bfb32fcb85b8cd467e4de8f4df1df52ade09c8b (diff)
remove -Werror from userland builds, to give us a chance to
use more verbose warning options if desired. ok millert@, henning@, david@
Diffstat (limited to 'bin/systrace')
-rw-r--r--bin/systrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/systrace/Makefile b/bin/systrace/Makefile
index d951ccf3692..7c940cb0d25 100644
--- a/bin/systrace/Makefile
+++ b/bin/systrace/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.9 2003/06/24 16:06:45 mickey Exp $
+# $OpenBSD: Makefile,v 1.10 2003/11/20 23:23:09 avsm Exp $
PROG= systrace
CFLAGS+=-I.
CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
- -Wno-uninitialized -Werror
+ -Wno-uninitialized
CFLAGS+=-DYY_NO_UNPUT
SRCS= filter.c intercept-translate.c intercept.c \
openbsd-syscalls.c util.c \