diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2002-06-04 17:31:05 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2002-06-04 17:31:05 +0000 |
commit | 8b8fc885e8f49d6c8e09aa10d4509c031d7d8d78 (patch) | |
tree | 520beb71e0f2675ef4e4c4d4087b6955a49f2f59 /bin/systrace/Makefile | |
parent | eec18134603b7c7ab9f62752d86fc8cb4fb40c8d (diff) |
no YFLAGS
Diffstat (limited to 'bin/systrace/Makefile')
-rw-r--r-- | bin/systrace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/systrace/Makefile b/bin/systrace/Makefile index 615c85b152f..43bb0e1da12 100644 --- a/bin/systrace/Makefile +++ b/bin/systrace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2002/06/04 17:20:04 provos Exp $ +# $OpenBSD: Makefile,v 1.2 2002/06/04 17:31:04 provos Exp $ PROG= systrace CFLAGS+= -I. @@ -7,7 +7,6 @@ SRCS= filter.c intercept-translate.c intercept.c \ policy.c systrace-errno.h systrace-error.c \ systrace-translate.c systrace.c \ parse.c lex.l -YFLAGS= -d CLEANFILES+= parse.c parse.h NOMAN= |