From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- 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