head	1.5;
access;
symbols
	RELENG_3_5_0_RELEASE:1.3
	RELENG_3_4_0_RELEASE:1.3
	RELENG_3_3_0_RELEASE:1.3
	RELENG_3_2_PAO:1.3.0.4
	RELENG_3_2_PAO_BP:1.3
	RELENG_3_2_0_RELEASE:1.3
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.2
	RELENG_3_BP:1.3
	RELENG_2_2_8_RELEASE:1.2.2.1
	RELENG_3_0_0_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.2.2.1
	RELENG_2_2_6_RELEASE:1.2.2.1
	RELENG_2_2_5_RELEASE:1.2.2.1
	bsd_44_lite_2:1.1.1.1
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.1.1.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1
	RELENG_2_1_6_RELEASE:1.1.1.1
	RELENG_2_2:1.2.0.2
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.1.1.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.6
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.4
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2000.01.04.03.48.06;	author obrien;	state dead;
branches;
next	1.4;

1.4
date	99.11.14.13.54.42;	author marcel;	state Exp;
branches;
next	1.3;

1.3
date	97.02.02.14.41.19;	author wosch;	state Exp;
branches;
next	1.2;

1.2
date	95.07.25.00.35.58;	author bde;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	94.05.27.12.30.58;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.27.12.30.59;	author rgrimes;	state Exp;
branches;
next	;

1.2.2.1
date	97.09.14.23.23.18;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Turn on a new /usr/bin/cpp that is a true binary rather than a shell script
wrapper.  /usr/bin/cpp knows about all the GCC predefined symbols and has
the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 7/9/93
# $FreeBSD: src/usr.bin/cpp/Makefile,v 1.4 1999/11/14 13:54:42 marcel Exp $

NOMAN=noman
NOOBJ=noobj

all nologin clean cleandir depend lint tags:

beforeinstall:
.if ${MACHINE_ARCH} == "sparc"
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}${BINDIR}/cpp
.else
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
.endif

.include <bsd.prog.mk>
@


1.4
log
@${MACHINE} -> ${MACHINE_ARCH}

All Makefiles now use MACHINE_ARCH for the target architecture.
Unification is required for cross-building.

Tags added to:
	sys/boot/Makefile
	sys/boot/arc/loader/Makefile
	sys/kern/Makefile
	usr.bin/cpp/Makefile
	usr.bin/gcore/Makefile
	usr.bin/truss/Makefile

usr.bin/gcore/Makefile:
	fixed typo: MACHINDE -> MACHINE_ARCH
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3
log
@${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}
@
text
@d2 1
d10 1
a10 1
.if ${MACHINE} == "sparc"
@


1.2
log
@Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
@
text
@d11 1
a11 1
	    ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}/usr/bin/cpp
d14 1
a14 1
	    ${.CURDIR}/cpp.sh ${DESTDIR}/usr/bin/cpp
@


1.2.2.1
log
@MFC: Respect ${BINDIR}
@
text
@d11 1
a11 1
	    ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}${BINDIR}/cpp
d14 1
a14 1
	    ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
@


1.1
log
@Initial revision
@
text
@d10 1
a10 1
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
d13 1
a13 1
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
@


1.1.1.1
log
@BSD 4.4 Lite Usr.bin Sources
@
text
@@
