diff options
Diffstat (limited to 'bin/systrace/Makefile')
-rw-r--r-- | bin/systrace/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/systrace/Makefile b/bin/systrace/Makefile index 1836cba033e..09dd506e191 100644 --- a/bin/systrace/Makefile +++ b/bin/systrace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/06/04 19:38:10 provos Exp $ +# $OpenBSD: Makefile,v 1.4 2002/06/05 17:34:56 mickey Exp $ PROG= systrace CFLAGS+= -I. @@ -6,10 +6,10 @@ 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 \ - parse.c lex.l -CLEANFILES+= parse.c parse.h - -parse.c: parse.y - ${YACC} -d -o parse.c ${.CURDIR}/parse.y + parse.y lex.l +CLEANFILES+= parse.c lex.c y.tab.h .include <bsd.prog.mk> + +.depend: parse.c lex.c + |