aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lastcomm/Makefile
blob: 48c49cc2df3d36772a791bf3dc3f3cd6bcaee8ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.include <src.opts.mk>

PACKAGE=acct

PROG=	lastcomm
SRCS=	lastcomm.c readrec.c

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>