equal
deleted
inserted
replaced
709 LIBSOCKET = -lsocket |
709 LIBSOCKET = -lsocket |
710 |
710 |
711 # Network Services library |
711 # Network Services library |
712 LIBNSL = -lnsl |
712 LIBNSL = -lnsl |
713 |
713 |
|
714 # service configuration facility library |
|
715 LIBSCF = -lscf |
|
716 |
714 # GLOBAL_KPIC: If set means all libraries are PIC, position independent code |
717 # GLOBAL_KPIC: If set means all libraries are PIC, position independent code |
715 # EXCEPT for select compiles |
718 # EXCEPT for select compiles |
716 # If a .o file is compiled non-PIC then it should be forced |
719 # If a .o file is compiled non-PIC then it should be forced |
717 # into the RW data segment with a mapfile option. This is done |
720 # into the RW data segment with a mapfile option. This is done |
718 # with object files which generated from .s files. |
721 # with object files which generated from .s files. |