1.include <src.opts.mk> 2 3PACKAGE=ufs 4PROG= tunefs 5LIBADD= ufs util 6MAN= tunefs.8 7 8HAS_TESTS= 9SUBDIR.${MK_TESTS}= tests 10 11.include <bsd.prog.mk> 12