diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-06-30 19:03:44 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-06-30 19:03:44 +0000 |
commit | d9cecb6891c299c61ec1461a4c9e7d7eb60428b7 (patch) | |
tree | 1a6910ac4f36ea4561bd025f8adf330508b87e07 /bin/systrace/Makefile | |
parent | e57d077870004626550258b40c963216f7e286f4 (diff) |
handcrafted depend and CLEANFILES no longer needed since this is now
done by bsd.*.mk
Diffstat (limited to 'bin/systrace/Makefile')
-rw-r--r-- | bin/systrace/Makefile | 6 |
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 - |