NetBSD/bin/systrace/Makefile
itojun 4f0c9c76b6 sync up with latest openbsd systrace.
- avoid race conditions by having seqno in ioctl
- better uid/gid tracking
- "replace" policy to replace args
- less diffs, as many of local changes were fed back to openbsd already

due to the 1st item, it was impossible for us to provide backward-compatibility
(new kernel + old bin/systrace won't work).  upgrade both.
2002-07-30 16:29:28 +00:00

16 lines
418 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/07/30 16:29:29 itojun Exp $
# $OpenBSD: Makefile,v 1.4 2002/06/05 17:34:56 mickey Exp $
PROG= systrace
SRCS= filter.c intercept-translate.c intercept.c \
netbsd-syscalls.c util.c \
policy.c systrace-errno.h systrace-error.c \
systrace-translate.c systrace.c alias.c register.c \
parse.y lex.l
CPPFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../sys
YHEADER=yes
.include <bsd.prog.mk>