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/gio/ncarutil/sysint/mkpkg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sys/gio/ncarutil/sysint/mkpkg (limited to 'sys/gio/ncarutil/sysint/mkpkg') diff --git a/sys/gio/ncarutil/sysint/mkpkg b/sys/gio/ncarutil/sysint/mkpkg new file mode 100644 index 00000000..f3ba6fb5 --- /dev/null +++ b/sys/gio/ncarutil/sysint/mkpkg @@ -0,0 +1,16 @@ +# Make the system interface for libncar.a. + +$checkout libncar.a lib$ +$update libncar.a +$checkin libncar.a lib$ +$exit + +libncar.a: + support.f + fencode.x + fulib.x + ishift.x + gbytes.x + sbytes.x + spps.f + ; -- cgit