Makefile revision 78624
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: head/bin/sync/Makefile 78624 2001-06-22 21:38:30Z dd $
3
4PROG=	sync
5MAN=	sync.8
6
7WARNS?=	2
8
9.include <bsd.prog.mk>
10