diff options
Diffstat (limited to 'Mkfiles/netware.mak')
-rw-r--r-- | Mkfiles/netware.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mkfiles/netware.mak b/Mkfiles/netware.mak index 8b786a7..6de408b 100644 --- a/Mkfiles/netware.mak +++ b/Mkfiles/netware.mak @@ -28,7 +28,8 @@ LDFLAGS+=-s O = o -NASM = nasm.$(O) nasmlib.$(O) float.$(O) insnsa.$(O) insnsb.$(O) \ +NASM = nasm.$(O) nasmlib.$(O) wsaa.$(O) \ + float.$(O) insnsa.$(O) insnsb.$(O) \ assemble.$(O) labels.$(O) hashtbl.$(O) crc64.$(O) parser.$(O) \ outform.$(O) output/outbin.$(O) \ output/outaout.$(O) output/outcoff.$(O) \ |