1# $Id: Makefile,v 1.2 1994/12/22 11:41:22 cgd Exp $ 2 3PROG= sa 4MAN= sa.8 5SRCS= main.c pdb.c usrdb.c 6 7.include <bsd.prog.mk> 8