xref: /openbsd/distrib/special/sync/Makefile (revision 264ca280)
1#	$OpenBSD: Makefile,v 1.1 2014/12/23 17:16:03 deraadt Exp $
2
3PROG=	sync
4MAN=	sync.8
5
6.PATH:	${.CURDIR}/../../../bin/sync
7.include <bsd.prog.mk>
8