]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/sa/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.sbin / sa / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .PATH: ${.CURDIR}/../../usr.bin/lastcomm
6
7 PROG=   sa
8 MAN=    sa.8
9 SRCS=   main.c db.c pdb.c usrdb.c readrec.c
10
11 .if ${MK_TESTS} != "no"
12 SUBDIR+= tests
13 .endif
14
15 .include <bsd.prog.mk>