Deleted Added
full compact
Makefile (35479) Makefile (35621)
1#
1#
2# $Id: Makefile,v 1.172 1998/04/26 08:40:25 jkh Exp $
2# $Id: Makefile,v 1.173 1998/04/27 16:21:33 bde Exp $
3#
4# While porting to the another architecture include the bootstrap instead
5# of the normal build.
6#
7.if exists(${.CURDIR}/Makefile.${MACHINE})
8.include "${.CURDIR}/Makefile.${MACHINE}"
9.else
10#

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

702 bin/sh \
703 bin/test \
704 gnu/usr.bin/awk \
705 gnu/usr.bin/bc \
706 gnu/usr.bin/grep \
707 gnu/usr.bin/groff \
708 gnu/usr.bin/gzip \
709 gnu/usr.bin/man/makewhatis \
3#
4# While porting to the another architecture include the bootstrap instead
5# of the normal build.
6#
7.if exists(${.CURDIR}/Makefile.${MACHINE})
8.include "${.CURDIR}/Makefile.${MACHINE}"
9.else
10#

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

702 bin/sh \
703 bin/test \
704 gnu/usr.bin/awk \
705 gnu/usr.bin/bc \
706 gnu/usr.bin/grep \
707 gnu/usr.bin/groff \
708 gnu/usr.bin/gzip \
709 gnu/usr.bin/man/makewhatis \
710 gnu/usr.bin/patch \
710 gnu/usr.bin/sort \
711 gnu/usr.bin/texinfo \
712 share/info \
713 usr.bin/basename \
714 usr.bin/cap_mkdb \
715 usr.bin/chflags \
716 usr.bin/cmp \
717 usr.bin/col \

--- 52 unchanged lines hidden ---
711 gnu/usr.bin/sort \
712 gnu/usr.bin/texinfo \
713 share/info \
714 usr.bin/basename \
715 usr.bin/cap_mkdb \
716 usr.bin/chflags \
717 usr.bin/cmp \
718 usr.bin/col \

--- 52 unchanged lines hidden ---