# $FreeBSD$ .include .PATH: ${.CURDIR}/../../usr.bin/lastcomm PROG= sa MAN= sa.8 SRCS= main.c db.c pdb.c usrdb.c readrec.c .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include