freebsd-dev/tools/regression/security/access/Makefile
Robert Watson 884748cf55 o Regression test to check that appropriate parts of the process
credential are used in the access() and new eaccess() system calls.

Obtained from:	TrustedBSD Project
2001-09-20 20:03:58 +00:00

10 lines
101 B
Makefile

# $FreeBSD$
PROG= testaccess
NOMAN= yes
SRCS= testaccess.c
CFLAGS += -Wall
.include <bsd.prog.mk>