summaryrefslogtreecommitdiff
path: root/tools/regression/security/access/Makefile
blob: 8c29658ff6973e4a996e2958b7c2e698f21c756a (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD: src/tools/regression/security/access/Makefile,v 1.1 2001/09/20 20:03:58 rwatson Exp $

PROG=	testaccess
NOMAN=	yes

SRCS=	testaccess.c
CFLAGS	+= -Wall

.include <bsd.prog.mk>