summaryrefslogtreecommitdiff
path: root/bin/systrace/Makefile
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2002-07-09 15:22:28 +0000
committerNiels Provos <provos@cvs.openbsd.org>2002-07-09 15:22:28 +0000
commita130bc95bf8f7bf341fce48bb49ae75d32acdc38 (patch)
tree73e20d2459d45f601c39ee4160ebc062076a0774 /bin/systrace/Makefile
parent4fd5221df774f98cc0ecff162ebc6476cd362c21 (diff)
support for system call aliasing. stat/fstat/readlink/access etc... gets
grouped into fsread, unlink/rmdir/mkdir goes to fswrite. open switches back between fsread and fswrite depending on oflags parameter.
Diffstat (limited to 'bin/systrace/Makefile')
-rw-r--r--bin/systrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/systrace/Makefile b/bin/systrace/Makefile
index 09dd506e191..bbe3c64447b 100644
--- a/bin/systrace/Makefile
+++ b/bin/systrace/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 2002/06/05 17:34:56 mickey Exp $
+# $OpenBSD: Makefile,v 1.5 2002/07/09 15:22:27 provos Exp $
PROG= systrace
CFLAGS+= -I.
SRCS= filter.c intercept-translate.c intercept.c \
openbsd-syscalls.c util.c \
policy.c systrace-errno.h systrace-error.c \
- systrace-translate.c systrace.c \
+ systrace-translate.c systrace.c alias.c \
parse.y lex.l
CLEANFILES+= parse.c lex.c y.tab.h