3875dc8d63
Add manpages for stl, stli drivers. Add manpages for stlload, stlstats. Update stli bootcode. Update stlload, stlstats to revision 1.0.0 from author.
10 lines
150 B
Makefile
10 lines
150 B
Makefile
# $Id: Makefile,v 1.3 1997/02/22 16:13:48 peter Exp $
|
|
|
|
PROG= stlstats
|
|
MAN8= stlstats.8
|
|
|
|
LDADD= -lncurses
|
|
DPADD= ${LIBNCURSES}
|
|
|
|
.include <bsd.prog.mk>
|