checkpoint

This commit is contained in:
rsc 2005-01-14 03:45:44 +00:00
parent 2634795b5f
commit 78e51a8c66
314 changed files with 48199 additions and 300 deletions

View file

@ -16,6 +16,11 @@ UPDATE=mkfile\
<$PLAN9/src/mksyslib
%.s: %.spp
cpp $stem.spp >$stem.s
if [ `uname` = OpenBSD ]
then
gcc -xc -E $stem.spp >$stem.s
else
cpp $stem.spp >$stem.s
fi
CLEANFILES=md5block.s sha1block.s