aboutsummaryrefslogtreecommitdiff
path: root/sys/nmemio/mkpkg
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/nmemio/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'sys/nmemio/mkpkg')
-rw-r--r--sys/nmemio/mkpkg31
1 files changed, 31 insertions, 0 deletions
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 <mach.h>
+ calloc.x
+ coerce.x <szdtype.inc>
+ kmalloc.x <config.h>
+ krealloc.x <config.h> <mach.h>
+ malloc1.x <mach.h> nmemio.com
+ malloc.x <config.h>
+ merror.x <error.h> nmemio.com
+ mfini.x <config.h> nmemio.com
+ mfree.x <error.h> nmemio.com
+ mgc.x <mach.h> nmemio.com
+ mgdptr.x
+ mgtfwa.x <config.h> <mach.h>
+ mgtlwl.x <config.h> <mach.h>
+ minit.x <config.h> nmemio.com
+ msvfwa.x <mach.h> nmemio.com
+ realloc.x
+ salloc.x <config.h> <szdtype.inc>
+ sizeof.x <szdtype.inc>
+ vmalloc.x <config.h> <mach.h>
+ ;