Fix the SALIB dependancies correctly so that it builds and locates
authorrahnds <rahnds@openbsd.org>
Thu, 9 Jan 1997 05:21:27 +0000 (05:21 +0000)
committerrahnds <rahnds@openbsd.org>
Thu, 9 Jan 1997 05:21:27 +0000 (05:21 +0000)
commit538b9c8aa77d608d5ec4c4c0b901533ef4a7aae5
tree382e77afc115790beaf38705a4af285010a7d379
parent73a1acff712a8129b8bcde5c05b97cde771f0a88
Fix the SALIB dependancies correctly so that it builds and locates
the library.

Fix alloc.c so that the piece allocated is of the "correct" size for
the current allocation by splitting the buffer.
This was required so that free would work correctly if a large buffer
was allocated, then freed, the allocated again with a small allocation.
sys/arch/powerpc/stand/Makefile
sys/arch/powerpc/stand/alloc.c