summaryrefslogtreecommitdiff
path: root/bin/systrace/Makefile
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2002-06-04 19:38:11 +0000
committerNiels Provos <provos@cvs.openbsd.org>2002-06-04 19:38:11 +0000
commitc0b6545ae136c085c6425427f3ee8915eb126e66 (patch)
treebd2134d851a217c63128b1a7d11853145ee66089 /bin/systrace/Makefile
parent262b9a31033601fdb777d1e605e4ef4d3b02f712 (diff)
first stab at man page.
Diffstat (limited to 'bin/systrace/Makefile')
-rw-r--r--bin/systrace/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/systrace/Makefile b/bin/systrace/Makefile
index 43bb0e1da12..1836cba033e 100644
--- a/bin/systrace/Makefile
+++ b/bin/systrace/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2002/06/04 17:31:04 provos Exp $
+# $OpenBSD: Makefile,v 1.3 2002/06/04 19:38:10 provos Exp $
PROG= systrace
CFLAGS+= -I.
@@ -8,7 +8,6 @@ SRCS= filter.c intercept-translate.c intercept.c \
systrace-translate.c systrace.c \
parse.c lex.l
CLEANFILES+= parse.c parse.h
-NOMAN=
parse.c: parse.y
${YACC} -d -o parse.c ${.CURDIR}/parse.y