summaryrefslogtreecommitdiff
path: root/dbug/doinstall.sh
blob: 707f193c7615ee20033d7f21ea89cac3b1cdeed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Warning - first line left blank for sh/csh/ksh compatibility.  Do not
# remove it.  fnf@Unisoft

# doinstall.sh --- figure out environment and do recursive make with
# appropriate pathnames.  Works under SV or BSD.

if [ -r /usr/include/search.h ]
then
	# System V
	$* LLIB=/usr/lib
else
	# 4.2 BSD
	$* LLIB=/usr/lib/lint
fi