1#	$OpenBSD: Makefile,v 1.2 1997/09/21 11:44:19 deraadt Exp $
2
3PROG=	sa
4MAN=	sa.8
5SRCS=	main.c pdb.c usrdb.c
6
7.include <bsd.prog.mk>
8