]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/sa/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 WARNS?= 6
10
11 .include <bsd.prog.mk>