8 lines
124 B
Makefile
8 lines
124 B
Makefile
|
# $Id: Makefile,v 1.1 1994/03/24 18:41:48 cgd Exp $
|
||
|
|
||
|
PROG= sa
|
||
|
MAN8= sa.0
|
||
|
SRCS= main.c pdb.c usrdb.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|