Deleted Added
full compact
sys.mk (256281) sys.mk (270484)
1# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
1# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
2# $FreeBSD: stable/10/share/mk/sys.mk 254980 2013-08-27 23:09:34Z sjg $
2# $FreeBSD: stable/10/share/mk/sys.mk 270484 2014-08-24 14:25:44Z des $
3
4unix ?= We run FreeBSD, not UNIX.
5.FreeBSD ?= true
6
7.if !defined(%POSIX)
8#
9# MACHINE_CPUARCH defines a collection of MACHINE_ARCH. Machines with
10# the same MACHINE_ARCH can run each other's binaries, so it necessarily

--- 23 unchanged lines hidden (view full) ---

34.else
35.SUFFIXES: .out .a .ln .o .c .cc .cpp .cxx .C .m .F .f .e .r .y .l .S .asm .s .cl .p .h .sh
36.endif
37
38AR ?= ar
39.if defined(%POSIX)
40ARFLAGS ?= -rv
41.else
3
4unix ?= We run FreeBSD, not UNIX.
5.FreeBSD ?= true
6
7.if !defined(%POSIX)
8#
9# MACHINE_CPUARCH defines a collection of MACHINE_ARCH. Machines with
10# the same MACHINE_ARCH can run each other's binaries, so it necessarily

--- 23 unchanged lines hidden (view full) ---

34.else
35.SUFFIXES: .out .a .ln .o .c .cc .cpp .cxx .C .m .F .f .e .r .y .l .S .asm .s .cl .p .h .sh
36.endif
37
38AR ?= ar
39.if defined(%POSIX)
40ARFLAGS ?= -rv
41.else
42ARFLAGS ?= cru
42ARFLAGS ?= -crD
43.endif
44RANLIB ?= ranlib
43.endif
44RANLIB ?= ranlib
45.if !defined(%POSIX)
46RANLIBFLAGS ?= -D
47.endif
45
46AS ?= as
47AFLAGS ?=
48ACFLAGS ?=
49
50.if defined(%POSIX)
51CC ?= c89
52CFLAGS ?= -O

--- 316 unchanged lines hidden ---
48
49AS ?= as
50AFLAGS ?=
51ACFLAGS ?=
52
53.if defined(%POSIX)
54CC ?= c89
55CFLAGS ?= -O

--- 316 unchanged lines hidden ---