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/nmemio/mkpkg | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 sys/nmemio/mkpkg (limited to 'sys/nmemio/mkpkg') diff --git a/sys/nmemio/mkpkg b/sys/nmemio/mkpkg new file mode 100644 index 00000000..94cfaed9 --- /dev/null +++ b/sys/nmemio/mkpkg @@ -0,0 +1,31 @@ +# Memory i/o (MEMIO) portion of the system library. + +$checkout libsys.a lib$ +$update libsys.a +$checkin libsys.a lib$ +$exit + +libsys.a: + #$set XFLAGS = "$(XFLAGS) -g" + + begmem.x + calloc.x + coerce.x + kmalloc.x + krealloc.x + malloc1.x nmemio.com + malloc.x + merror.x nmemio.com + mfini.x nmemio.com + mfree.x nmemio.com + mgc.x nmemio.com + mgdptr.x + mgtfwa.x + mgtlwl.x + minit.x nmemio.com + msvfwa.x nmemio.com + realloc.x + salloc.x + sizeof.x + vmalloc.x + ; -- cgit