freebsd-src/usr.bin/lastcomm/Makefile
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

9 lines
132 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= lastcomm
SRCS= lastcomm.c readrec.c
WARNS?= 6
.include <bsd.prog.mk>