Deleted Added
full compact
sys.mk (92813) sys.mk (94940)
1# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
1# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
2# $FreeBSD: head/share/mk/sys.mk 92813 2002-03-20 18:25:50Z ru $
2# $FreeBSD: head/share/mk/sys.mk 94940 2002-04-17 13:49:29Z ru $
3
4unix ?= We run FreeBSD, not UNIX.
5.FreeBSD ?= true
6
7# If the special target .POSIX appears (without prerequisites or
8# commands) before the first noncomment line in the makefile, make shall
9# process the makefile as specified by the Posix 1003.2 specification.
10# make(1) sets the special macro %POSIX in this case (to the actual

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

254
255.include <bsd.cpu.mk>
256
257.if exists(/etc/make.conf.local)
258.error Error, /etc/make.conf.local should be renamed to /etc/make.conf.
259.include </etc/make.conf.local>
260.endif
261
3
4unix ?= We run FreeBSD, not UNIX.
5.FreeBSD ?= true
6
7# If the special target .POSIX appears (without prerequisites or
8# commands) before the first noncomment line in the makefile, make shall
9# process the makefile as specified by the Posix 1003.2 specification.
10# make(1) sets the special macro %POSIX in this case (to the actual

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

254
255.include <bsd.cpu.mk>
256
257.if exists(/etc/make.conf.local)
258.error Error, /etc/make.conf.local should be renamed to /etc/make.conf.
259.include </etc/make.conf.local>
260.endif
261
262#
263# The build tools are indirected by /usr/bin/objformat which determines the
264# object format from the OBJFORMAT environment variable and if this is not
265# defined, it reads /etc/objformat.
266#
267.if exists(/etc/objformat) && !defined(OBJFORMAT)
268.include "/etc/objformat"
269.endif
262
270
263.include <bsd.own.mk>
271# Default executable format
272OBJFORMAT?= elf