aboutsummaryrefslogtreecommitdiff
path: root/src/mkenv
blob: 5feca4835ebddbc520077ca3820f6fad60eba58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file must be valid mk input for mkhdr
# and also valid shell input for ../dist/buildmk

SYSNAME=`uname`
# OBJTYPE=`(uname -m -p 2>/dev/null || uname -m) | sed '
# 	s;.*i[3-6]86.*;386;;
# 	s;.*i86pc.*;386;;
# 	s;.*amd64.*;x86_64;;
# 	s;.*x86_64.*;x86_64;;
# 	s;.*armv.*;arm;g;
# 	s;.*powerpc.*;power;g;
# 	s;.*PowerMacintosh.*;power;g;
# 	s;.*Power.Macintosh.*;power;g;
# 	s;.*macppc.*;power;g;
# 	s;.*mips.*;mips;g;
# 	s;.*ppc64.*;power;g;
# 	s;.*ppc.*;power;g;
# 	s;.*alpha.*;alpha;g;
# 	s;.*sun4u.*;sun4u;g;
# 	s;.*aarch64.*;arm64;
# 	s;.*arm64.*;arm64;
# '`
INSTALL=`[ $(uname) = AIX ] && echo installbsd || echo install`