Makefile revision 264996
1# $FreeBSD: stable/10/usr.sbin/sa/Makefile 264996 2014-04-27 01:15:10Z jmmv $
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/../../usr.bin/lastcomm
6
7PROG=	sa
8MAN=	sa.8
9SRCS=	main.c db.c pdb.c usrdb.c readrec.c
10
11.if ${MK_TESTS} != "no"
12SUBDIR+= tests
13.endif
14
15.include <bsd.prog.mk>
16