]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/sa/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>