From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/memio/mkpkg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sys/memio/mkpkg (limited to 'sys/memio/mkpkg') diff --git a/sys/memio/mkpkg b/sys/memio/mkpkg new file mode 100644 index 00000000..c9c86f23 --- /dev/null +++ b/sys/memio/mkpkg @@ -0,0 +1,24 @@ +# Memory i/o (MEMIO) portion of the system library. + +$checkout libsys.a lib$ +$update libsys.a +$checkin libsys.a lib$ +$exit + +libsys.a: + begmem.x + calloc.x + coerce.x + kmalloc.x + krealloc.x + malloc.x + malloc1.x + mfree.x + mgdptr.x + mgtfwa.x + msvfwa.x + realloc.x + salloc.x + sizeof.x + vmalloc.x + ; -- cgit