summaryrefslogtreecommitdiff
path: root/bin/sleep/Makefile
blob: d0310fc4bead98c1af998c781b333aaf57a9e50a (plain)
1
2
3
4
5
6
7
8
9
.include <src.opts.mk>

PACKAGE=runtime
PROG=	sleep

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>