Deleted Added
full compact
Makefile (25313) Makefile (25399)
1#
1#
2# $Id: Makefile,v 1.121 1997/04/09 18:59:36 jdp Exp $
2# $Id: Makefile,v 1.122 1997/04/30 16:02:03 bde Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DMAKE_EBONES to build eBones (KerberosIV)
9# -DALLLANG to build documentation for all languages
10# (where available -- see share/doc/Makefile)
11#
12# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
13# -DNOCLEAN do not clean at all
14# -DNOCRYPT will prevent building of crypt versions
15# -DNOLKM do not build loadable kernel modules
16# -DNOOBJDIR do not run ``${MAKE} obj''
17# -DNOPROFILE do not build profiled libraries
18# -DNOSECURE do not go into secure subdir
19# -DNOGAMES do not go into games subdir
20# -DNOSHARE do not go into share subdir
21# -DNOINFO do not make or install info files
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DMAKE_EBONES to build eBones (KerberosIV)
9# -DALLLANG to build documentation for all languages
10# (where available -- see share/doc/Makefile)
11#
12# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
13# -DNOCLEAN do not clean at all
14# -DNOCRYPT will prevent building of crypt versions
15# -DNOLKM do not build loadable kernel modules
16# -DNOOBJDIR do not run ``${MAKE} obj''
17# -DNOPROFILE do not build profiled libraries
18# -DNOSECURE do not go into secure subdir
19# -DNOGAMES do not go into games subdir
20# -DNOSHARE do not go into share subdir
21# -DNOINFO do not make or install info files
22# -DNOLIBC_R do not build libc_r.
22
23#
24# The intended user-driven targets are:
25# world - rebuild *everything*, including glue to help do upgrades.
26# reinstall - use an existing (eg: NFS mounted) build to do an update.
27# update - convenient way to update your source tree (eg: sup/cvs)
28# most - build user commands, no libraries or include files
29# installmost - install user commands, no libraries or include files

--- 499 unchanged lines hidden ---
23
24#
25# The intended user-driven targets are:
26# world - rebuild *everything*, including glue to help do upgrades.
27# reinstall - use an existing (eg: NFS mounted) build to do an update.
28# update - convenient way to update your source tree (eg: sup/cvs)
29# most - build user commands, no libraries or include files
30# installmost - install user commands, no libraries or include files

--- 499 unchanged lines hidden ---