Browse Source

Added libcc

ceriel 33 years ago
parent
commit
1bdb0a8d96
2 changed files with 4 additions and 0 deletions
  1. 1 0
      mach/minixST/.distr
  2. 3 0
      mach/minixST/Action

+ 1 - 0
mach/minixST/.distr

@@ -1,3 +1,4 @@
 Action
 cv
 libsys
+libcc

+ 3 - 0
mach/minixST/Action

@@ -1,6 +1,9 @@
 name "Atari ST Minix systemcall library"
 dir libsys
 end
+name "Atari ST Minix C libraries"
+dir libcc
+end
 name "Atari ST Minix conversion program from ack.out --> Minix ST a.out"
 dir cv
 end