Diomidis Spinellis fdbe5babe4 Increase precision of time values in the process accounting
structure, while maintaining backward compatibility with legacy
file and record formats.
2007-05-22 06:51:38 +00:00

12 lines
151 B
Makefile

# $FreeBSD$
PROG= sa
MAN= sa.8
SRCS= main.c db.c pdb.c usrdb.c readrec.c
WARNS?= 6
.PATH: ${.CURDIR}/../../usr.bin/lastcomm
.include <bsd.prog.mk>