]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/sa/Makefile
This commit was generated by cvs2svn to compensate for changes in r156283,
[FreeBSD/FreeBSD.git] / usr.sbin / sa / Makefile
1 # $FreeBSD$
2
3 PROG=   sa
4 MAN=    sa.8
5 SRCS=   main.c pdb.c usrdb.c
6
7 WARNS?= 6
8
9 .include <bsd.prog.mk>