]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/sa/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>