8 lines
123 B
Makefile
8 lines
123 B
Makefile
# $Id: Makefile,v 1.2 1994/12/22 11:41:22 cgd Exp $
|
|
|
|
PROG= sa
|
|
MAN= sa.8
|
|
SRCS= main.c pdb.c usrdb.c
|
|
|
|
.include <bsd.prog.mk>
|