Makefile revision 141603
1# $FreeBSD: head/usr.sbin/sa/Makefile 141603 2005-02-10 07:07:32Z delphij $
2
3PROG=	sa
4MAN=	sa.8
5SRCS=	main.c pdb.c usrdb.c
6
7WARNS?=	6
8
9.include <bsd.prog.mk>
10