1# $Id: Makefile,v 1.1 1994/03/24 18:41:48 cgd Exp $ 2 3PROG= sa 4MAN8= sa.0 5SRCS= main.c pdb.c usrdb.c 6 7.include <bsd.prog.mk> 8