summaryrefslogtreecommitdiff
path: root/bin/systrace
diff options
context:
space:
mode:
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 \