1#	$OpenBSD: Makefile,v 1.1 2014/12/23 17:16:03 deraadt Exp $
2
3PROG=	sleep
4
5.PATH:  ${.CURDIR}/../../../bin/sleep
6.include <bsd.prog.mk>
7