1 2.include <src.opts.mk> 3 4PACKAGE=acct 5 6PROG= lastcomm 7SRCS= lastcomm.c readrec.c 8 9HAS_TESTS= 10SUBDIR.${MK_TESTS}+= tests 11 12.include <bsd.prog.mk> 13