aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/security/access/Makefile
blob: 7ec39999dff6e1e33457b46e5886c12bf848304b (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

PROG=	testaccess
NO_MAN=

SRCS=	testaccess.c
CFLAGS	+= -Wall

.include <bsd.prog.mk>