Deleted Added
full compact
Makefile.inc1 (95509) Makefile.inc1 (95730)
1#
1#
2# $FreeBSD: head/Makefile.inc1 95509 2002-04-26 17:55:27Z ru $
2# $FreeBSD: head/Makefile.inc1 95730 2002-04-29 15:22:01Z ru $
3#
4# Make command line options:
5# -DMAKE_KERBEROS4 to build KerberosIV
6# -DMAKE_KERBEROS5 to build Kerberos5
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOCRYPT will prevent building of crypt versions
10# -DNOPROFILE do not build profiled libraries

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

491#
492# Install the kernel defined by INSTALLKERNEL
493#
494installkernel reinstallkernel:
495 cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
496 ${CROSSENV} ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}
497
498#
3#
4# Make command line options:
5# -DMAKE_KERBEROS4 to build KerberosIV
6# -DMAKE_KERBEROS5 to build Kerberos5
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOCRYPT will prevent building of crypt versions
10# -DNOPROFILE do not build profiled libraries

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

491#
492# Install the kernel defined by INSTALLKERNEL
493#
494installkernel reinstallkernel:
495 cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
496 ${CROSSENV} ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}
497
498#
499# kernel
500#
501# Short hand for `make buildkernel installkernel'
502#
503kernel: buildkernel installkernel
504
505#
506# update
507#
508# Update the source tree, by running sup and/or running cvs to update to the
509# latest copy.
510#
511update:
512.if defined(SUP_UPDATE)
513 @echo "--------------------------------------------------------------"

--- 341 unchanged lines hidden ---
499# update
500#
501# Update the source tree, by running sup and/or running cvs to update to the
502# latest copy.
503#
504update:
505.if defined(SUP_UPDATE)
506 @echo "--------------------------------------------------------------"

--- 341 unchanged lines hidden ---