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.
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# $Id: Makefile,v 1.3 1997/02/22 16:13:45 peter Exp $
|
|
|
|
PROG= stlload
|
|
MAN8= stlload.8
|
|
|
|
CFLAGS+=-DBOOTDIR=\"${BOOTDIR}\"
|
|
|
|
.include <bsd.prog.mk>
|