Deleted Added
full compact
Makefile.inc1 (296396) Makefile.inc1 (296398)
1#
1#
2# $FreeBSD: head/Makefile.inc1 296396 2016-03-04 22:36:56Z bdrewery $
2# $FreeBSD: head/Makefile.inc1 296398 2016-03-04 22:37:09Z bdrewery $
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

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

1908_lib_libthr= lib/libthr
1909.endif
1910
1911.if ${MK_RADIUS_SUPPORT} != "no"
1912_lib_libradius= lib/libradius
1913.endif
1914
1915.if ${MK_OFED} != "no"
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

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

1908_lib_libthr= lib/libthr
1909.endif
1910
1911.if ${MK_RADIUS_SUPPORT} != "no"
1912_lib_libradius= lib/libradius
1913.endif
1914
1915.if ${MK_OFED} != "no"
1916_ofed_lib= contrib/ofed/usr.lib/
1916_ofed_lib= contrib/ofed/usr.lib
1917_prebuild_libs+= contrib/ofed/usr.lib/libosmcomp
1918_prebuild_libs+= contrib/ofed/usr.lib/libopensm
1919_prebuild_libs+= contrib/ofed/usr.lib/libibcommon
1920_prebuild_libs+= contrib/ofed/usr.lib/libibverbs
1921_prebuild_libs+= contrib/ofed/usr.lib/libibumad
1922
1923contrib/ofed/usr.lib/libopensm__L: lib/libthr__L
1924contrib/ofed/usr.lib/libosmcomp__L: lib/libthr__L
1925contrib/ofed/usr.lib/libibumad__L: contrib/ofed/usr.lib/libibcommon__L
1917.endif
1918
1919.if ${MK_CASPER} != "no"
1920_lib_casper= lib/libcasper
1921.endif
1922
1923lib/libpjdlog__L: lib/libutil__L
1924lib/libcasper__L: lib/libnv__L

--- 526 unchanged lines hidden ---
1926.endif
1927
1928.if ${MK_CASPER} != "no"
1929_lib_casper= lib/libcasper
1930.endif
1931
1932lib/libpjdlog__L: lib/libutil__L
1933lib/libcasper__L: lib/libnv__L

--- 526 unchanged lines hidden ---