diff options
author | Nikolay Sturm <sturm@cvs.openbsd.org> | 2006-07-02 12:34:16 +0000 |
---|---|---|
committer | Nikolay Sturm <sturm@cvs.openbsd.org> | 2006-07-02 12:34:16 +0000 |
commit | 36207a330ccf1cae7cf91b22b4e4b123030ab8be (patch) | |
tree | 89d6f8534a819d485ce5c89a5adbe563f11df94a /bin/systrace/Makefile | |
parent | 7b13dfe1cf22c6103eb7dc6d10eef85c9ddcf53f (diff) |
sync with systrace 1.6d, keeping local changes
tests and feedback by a few
Diffstat (limited to 'bin/systrace/Makefile')
-rw-r--r-- | bin/systrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/systrace/Makefile b/bin/systrace/Makefile index 1450f01d385..fe8c1dc0a21 100644 --- a/bin/systrace/Makefile +++ b/bin/systrace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/06/30 19:03:43 otto Exp $ +# $OpenBSD: Makefile,v 1.15 2006/07/02 12:34:15 sturm Exp $ PROG= systrace CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../sys @@ -9,7 +9,7 @@ DPADD+= ${LIBEVENT} LDADD+= -levent SRCS= cradle.c filter.c intercept-translate.c intercept.c \ - openbsd-syscalls.c util.c \ + linux-translate.c openbsd-syscalls.c util.c \ policy.c systrace-errno.h systrace-error.c \ systrace-translate.c systrace.c alias.c register.c \ parse.y lex.l |