xref
: /
freebsd
/
tools
/
regression
/
security
/
access
/
Makefile
(revision 5ca8e32633c4ffbbcd6762e5888b6a4ba0708c6c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
PROG
=
testaccess
3
MAN
=
4
5
SRCS
=
testaccess.c
6
CFLAGS
+= -
Wall
7
8
.
include
<
bsd.prog.mk
>
9