freebsd-skq/usr.bin/stat/Makefile
Enji Cooper 21860bf938 Write up some basic tests for readlink(1)
The tests exercise -f (f_flag), -n (n_flag), and no arguments (basic).

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-06-11 21:13:12 +00:00

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>