Deleted Added
full compact
Makefile.inc1 (134903) Makefile.inc1 (135549)
1#
1#
2# $FreeBSD: head/Makefile.inc1 134903 2004-09-07 15:19:40Z imp $
2# $FreeBSD: head/Makefile.inc1 135549 2004-09-21 19:01:48Z des $
3#
4# Make command line options:
5# -DNO_DYNAMICROOT do not link /bin and /sbin dynamically
6# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
7# -DNO_RESCUE do not build rescue binaries
8# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCLEAN do not clean at all
10# -DNOCRYPT will prevent building of crypt versions

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

895 lib/libkvm lib/libmd \
896 lib/libncurses lib/libnetgraph lib/libopie lib/libpam \
897 lib/libradius \
898 lib/libsbuf lib/libtacplus lib/libutil lib/libypclnt \
899 lib/libz lib/msun
900
901lib/libopie__L lib/libtacplus__L: lib/libmd__L
902
3#
4# Make command line options:
5# -DNO_DYNAMICROOT do not link /bin and /sbin dynamically
6# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
7# -DNO_RESCUE do not build rescue binaries
8# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCLEAN do not clean at all
10# -DNOCRYPT will prevent building of crypt versions

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

895 lib/libkvm lib/libmd \
896 lib/libncurses lib/libnetgraph lib/libopie lib/libpam \
897 lib/libradius \
898 lib/libsbuf lib/libtacplus lib/libutil lib/libypclnt \
899 lib/libz lib/msun
900
901lib/libopie__L lib/libtacplus__L: lib/libmd__L
902
903.if !defined(NO_BIND)
904_prebuild_libs+= lib/libpthread
905_generic_libs+= lib/bind
906
907lib/bind__L: lib/libpthread__L
908.endif
909
903_generic_libs+= lib
904
905.if !defined(NOCRYPT)
906.if !defined(NO_OPENSSL)
907_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl
908lib/libradius__L: secure/lib/libssl__L
909secure/lib/libssl__L: secure/lib/libcrypto__L
910.if !defined(NO_OPENSSH)

--- 65 unchanged lines hidden ---
910_generic_libs+= lib
911
912.if !defined(NOCRYPT)
913.if !defined(NO_OPENSSL)
914_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl
915lib/libradius__L: secure/lib/libssl__L
916secure/lib/libssl__L: secure/lib/libcrypto__L
917.if !defined(NO_OPENSSH)

--- 65 unchanged lines hidden ---