diff --git a/mach/i86/.distr b/mach/i86/.distr index ae883fc20..2cf87e5a4 100644 --- a/mach/i86/.distr +++ b/mach/i86/.distr @@ -8,3 +8,5 @@ libpc libsys as liboc +libfp +ncg diff --git a/mach/i86/Action b/mach/i86/Action index 6cf501fc9..b17c44d7a 100644 --- a/mach/i86/Action +++ b/mach/i86/Action @@ -25,3 +25,6 @@ end name "Intel 8086 conversion program from ack.out --> PC/IX a.out" dir cv end +name "Intel 8086 floating point library" +dir libfp +end