aboutsummaryrefslogtreecommitdiff
path: root/bin/rmdir/Makefile
blob: 319d89ff71178cdd08a48db98c4e8f2c7338ee46 (plain) (blame)
1
2
3
4
5
6
7
8
9

.include <src.opts.mk>

PACKAGE=runtime
PROG=	rmdir
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>