summaryrefslogtreecommitdiff
path: root/bin/systrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/systrace/Makefile')
-rw-r--r--bin/systrace/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/systrace/Makefile b/bin/systrace/Makefile
index 205c97716de..1450f01d385 100644
--- a/bin/systrace/Makefile
+++ b/bin/systrace/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2004/07/09 21:53:55 mickey Exp $
+# $OpenBSD: Makefile,v 1.14 2006/06/30 19:03:43 otto Exp $
PROG= systrace
CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../sys
@@ -13,9 +13,5 @@ SRCS= cradle.c filter.c intercept-translate.c intercept.c \
policy.c systrace-errno.h systrace-error.c \
systrace-translate.c systrace.c alias.c register.c \
parse.y lex.l
-CLEANFILES+= parse.c lex.c y.tab.h
.include <bsd.prog.mk>
-
-.depend: parse.c lex.c
-