Deleted Added
full compact
SunOS.mk (246223) SunOS.mk (268437)
1# $Id: SunOS.mk,v 1.5 2010/01/11 23:02:05 sjg Exp $
1# $Id: SunOS.mk,v 1.6 2014/04/05 22:56:54 sjg Exp $
2
3.if ${.PARSEFILE} == "sys.mk"
4.include <host-target.mk>
5
6OS?= SunOS.${HOST_OSMAJOR}
7unix?= We run ${OS}.
8.endif
9
10.if ${HOST_OSMAJOR} > 4
11ROOT_GROUP= root
12
13SHLIB_FULLVERSION = ${SHLIB_MAJOR}
14
2
3.if ${.PARSEFILE} == "sys.mk"
4.include <host-target.mk>
5
6OS?= SunOS.${HOST_OSMAJOR}
7unix?= We run ${OS}.
8.endif
9
10.if ${HOST_OSMAJOR} > 4
11ROOT_GROUP= root
12
13SHLIB_FULLVERSION = ${SHLIB_MAJOR}
14
15# supress the dependency
15# suppress the dependency
16LIBCRT0= /dev/null
17
18.ifndef CC
19# the PATH below may find an ancient gcc
20CC := ${gcc:L:${M_whence}}
21.export CC
22.endif
23

--- 209 unchanged lines hidden ---
16LIBCRT0= /dev/null
17
18.ifndef CC
19# the PATH below may find an ancient gcc
20CC := ${gcc:L:${M_whence}}
21.export CC
22.endif
23

--- 209 unchanged lines hidden ---