mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
c33fa91f61
Submitted by: Mike Barcroft <mike@q9media.com>
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= tunefs
|
|
WARNS?= 2
|
|
MAN= tunefs.8
|
|
|
|
.include <bsd.prog.mk>
|