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