summaryrefslogtreecommitdiff
path: root/hints/svr4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/svr4.sh')
-rw-r--r--hints/svr4.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/hints/svr4.sh b/hints/svr4.sh
new file mode 100644
index 0000000000..eae477e807
--- /dev/null
+++ b/hints/svr4.sh
@@ -0,0 +1,6 @@
+cc='/bin/cc'
+test -f $cc || cc='/usr/ccs/bin/cc'
+ldflags='-L/usr/ucblib'
+mansrc='/usr/share/man/man1'
+ccflags='-I/usr/include -I/usr/ucbinclude'
+libswanted=`echo $libswanted | sed 's/ ucb/ c ucb/'`