884748cf55
credential are used in the access() and new eaccess() system calls. Obtained from: TrustedBSD Project
10 lines
101 B
Makefile
10 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= testaccess
|
|
NOMAN= yes
|
|
|
|
SRCS= testaccess.c
|
|
CFLAGS += -Wall
|
|
|
|
.include <bsd.prog.mk>
|