summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sa/Makefile
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2007-05-22 06:51:38 +0000
committerdds <dds@FreeBSD.org>2007-05-22 06:51:38 +0000
commit9ed27d10382c7a5e19ef98f5201d68ed00734006 (patch)
tree22afa8b2db7c7547de2d9babcfaa07cd7d1bbcb6 /usr.sbin/sa/Makefile
parentb6fc65f3b511764ceab1cb5f1d80483816c1fd88 (diff)
downloadFreeBSD-src-9ed27d10382c7a5e19ef98f5201d68ed00734006.zip
FreeBSD-src-9ed27d10382c7a5e19ef98f5201d68ed00734006.tar.gz
Increase precision of time values in the process accounting
structure, while maintaining backward compatibility with legacy file and record formats.
Diffstat (limited to 'usr.sbin/sa/Makefile')
-rw-r--r--usr.sbin/sa/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sa/Makefile b/usr.sbin/sa/Makefile
index 994e0dd..ae6af5a 100644
--- a/usr.sbin/sa/Makefile
+++ b/usr.sbin/sa/Makefile
@@ -2,8 +2,10 @@
PROG= sa
MAN= sa.8
-SRCS= main.c pdb.c usrdb.c
+SRCS= main.c db.c pdb.c usrdb.c readrec.c
WARNS?= 6
+.PATH: ${.CURDIR}/../../usr.bin/lastcomm
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud