xref
: /
freebsd
/
tools
/
regression
/
security
/
access
/
Makefile
(revision 278d6950943a9fec2bddb037b547c04a847c54ba)
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