1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.bin/fsync/Makefile
Suleiman Souhlal e5faa1a423 - Continue, in case of error.
- Add WARNS?= 6

Submitted by:	Liam J. Foy <liamfoy@gmail.com>
Approved by:	stefanf, grehan (mentor)
2005-01-25 14:12:01 +00:00

7 lines
59 B
Makefile

# $FreeBSD$
PROG= fsync
WARNS?= 6
.include <bsd.prog.mk>