8 lines
79 B
Makefile
8 lines
79 B
Makefile
# $Id$
|
|
|
|
PROG= sa
|
|
MAN8= sa.8
|
|
SRCS= main.c pdb.c usrdb.c
|
|
|
|
.include <bsd.prog.mk>
|