summaryrefslogtreecommitdiffstats
path: root/usr.bin/lastcomm/Makefile
blob: 238551bc88dc49e42a97b5ad109a113a1741aa2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

.include <src.opts.mk>

PACKAGE=acct

PROG=	lastcomm
SRCS=	lastcomm.c readrec.c

.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud