]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/sa/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / sa / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../usr.bin/lastcomm
4
5 PROG=   sa
6 MAN=    sa.8
7 SRCS=   main.c db.c pdb.c usrdb.c readrec.c
8
9 .include <bsd.prog.mk>