]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/sa/Makefile
When the source and destination objects for VOP_RENAME() are the same,
[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>