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