xref: /freebsd/usr.bin/fsync/Makefile (revision 94942af266ac119ede0ca836f9aa5a5ac0582938)
1# $FreeBSD$
2
3PROG=	fsync
4
5WARNS?=	6
6.include <bsd.prog.mk>
7