21860bf938
The tests exercise -f (f_flag), -n (n_flag), and no arguments (basic). MFC after: 1 month Sponsored by: Dell EMC Isilon
13 lines
168 B
Makefile
13 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= stat
|
|
|
|
LINKS= ${BINDIR}/stat ${BINDIR}/readlink
|
|
MLINKS= stat.1 readlink.1
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|