1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2# $FreeBSD$ 3 4PROG= tunefs 5LIBADD= ufs 6MAN= tunefs.8 7 8WARNS= 3 9 10.include <bsd.prog.mk> 11