8 lines
131 B
Makefile
8 lines
131 B
Makefile
# $Id: Makefile,v 1.1.1.1 1994/09/26 21:22:55 davidg Exp $
|
|
|
|
PROG= sa
|
|
MAN8= sa.8
|
|
SRCS= main.c pdb.c usrdb.c
|
|
|
|
.include <bsd.prog.mk>
|