Makefile revision 22997
1#	$Id$
2
3PROG=	sa
4MAN8=	sa.8
5SRCS=	main.c pdb.c usrdb.c
6
7.include <bsd.prog.mk>
8