#!/bin/sh
#
# getMotifX11SupportLibs - return the args for linking in the libraries
# needed to support Motif(Mrm/Xm) and Xt/X11.
#


# UnixWare 2.0+

echo "-lform -lnsl -lsocket -lm"



