From: Christopher Davis Date: Fri, 14 Mar 1997 21:20:46 +0000 (-0500) Subject: BSD/OS 3.0 hints X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=077b59947527f35fc97006c59d4f42e5fbe0b977;p=p5sagit%2Fp5-mst-13.2.git BSD/OS 3.0 hints These are based on the 2.1 hints and the config.sh that BSDI used to build their "perl5" executable. It compiles and passes "make test" but has not been tested extensively. p5p-msgid: w47mjakw5t.fsf@loiosh.kei.com --- diff --git a/hints/bsdos.sh b/hints/bsdos.sh index 8cf69ba..29a0691 100644 --- a/hints/bsdos.sh +++ b/hints/bsdos.sh @@ -106,4 +106,63 @@ case "$osvers" in libswanted="rpc curses termcap $libswanted" ;; +3.0*) + # adapted from 2.1 entry by Christopher Davis