source: src/osflags @ 110866

Revision 110866, 117 bytes checked in by Erik Ekman <yarrick@…>, 5 years ago (diff)

fixed osflags script, updated changelog

  • Property mode set to 100755
Line 
1#!/bin/sh
2
3case $1 in
4link)
5
6        case `uname` in
7                SunOS | solaris)
8                        echo '-lsocket -lnsl';
9                ;;
10        esac
11        ;;
12*)
13;;
14esac
Note: See TracBrowser for help on using the repository browser.