blob: 09dd506e191bbc778d3b77d6ebd8dd2ee1471293 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.4 2002/06/05 17:34:56 mickey Exp $
PROG= systrace
CFLAGS+= -I.
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.y lex.l
CLEANFILES+= parse.c lex.c y.tab.h
.include <bsd.prog.mk>
.depend: parse.c lex.c
|