Deleted Added
full compact
Makefile (95146) Makefile (95306)
1#
1#
2# $FreeBSD: head/Makefile 95146 2002-04-20 19:04:59Z gshapiro $
2# $FreeBSD: head/Makefile 95306 2002-04-23 09:03:56Z ru $
3#
4# The user-driven targets are:
5#
6# buildworld - Rebuild *everything*, including glue to help do
7# upgrades.
8# installworld - Install everything built by "buildworld".
9# world - buildworld + installworld.
10# buildkernel - Rebuild the kernel and the kernel-modules.

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

80#
81#
82# Define the user-driven targets. These are listed here in alphabetical
83# order, but that's not important.
84#
85TGTS= afterdistribute all all-man buildkernel buildworld checkdpadd clean \
86 cleandepend cleandir depend distribute distribworld everything \
87 hierarchy includes install installcheck installkernel kernel \
3#
4# The user-driven targets are:
5#
6# buildworld - Rebuild *everything*, including glue to help do
7# upgrades.
8# installworld - Install everything built by "buildworld".
9# world - buildworld + installworld.
10# buildkernel - Rebuild the kernel and the kernel-modules.

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

80#
81#
82# Define the user-driven targets. These are listed here in alphabetical
83# order, but that's not important.
84#
85TGTS= afterdistribute all all-man buildkernel buildworld checkdpadd clean \
86 cleandepend cleandir depend distribute distribworld everything \
87 hierarchy includes install installcheck installkernel kernel \
88 reinstallkernel installmost installworld libraries lint maninstall \
88 reinstallkernel installmost installworld libraries lint \
89 mk most obj objlink regress rerelease tags update
90
91PATH= /sbin:/bin:/usr/sbin:/usr/bin
92MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
93
94#
95# Handle the user-driven targets, using the source relative mk files.
96#

--- 93 unchanged lines hidden ---
89 mk most obj objlink regress rerelease tags update
90
91PATH= /sbin:/bin:/usr/sbin:/usr/bin
92MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
93
94#
95# Handle the user-driven targets, using the source relative mk files.
96#

--- 93 unchanged lines hidden ---