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