Makefile.inc1 (dfcef1de850f2e2d9352f70149ad95812e2237c4) | Makefile.inc1 (564b9ff2a7aa62f1094043b12de56ad75aa30394) |
---|---|
1# 2# $FreeBSD$ 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. --- 2151 unchanged lines hidden (view full) --- 2160${_bt}-lib/libelf: ${_bt_m4_depend} 2161${_bt}-lib/libdwarf: ${_bt_m4_depend} 2162.endif 2163 2164# flua is required to regenerate syscall files. It first appeared during the 2165# 13.0-CURRENT cycle, thus needs to be built on -older releases and stable 2166# branches. 2167.if ${BOOTSTRAPPING} < 1300059 | 1# 2# $FreeBSD$ 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. --- 2151 unchanged lines hidden (view full) --- 2160${_bt}-lib/libelf: ${_bt_m4_depend} 2161${_bt}-lib/libdwarf: ${_bt_m4_depend} 2162.endif 2163 2164# flua is required to regenerate syscall files. It first appeared during the 2165# 13.0-CURRENT cycle, thus needs to be built on -older releases and stable 2166# branches. 2167.if ${BOOTSTRAPPING} < 1300059 |
2168_flua= libexec/flua | 2168${_bt}-libexec/flua: ${_bt}-lib/liblua 2169_flua= lib/liblua libexec/flua |
2169.endif 2170 2171# r245440 mtree -N support added 2172# r313404 requires sha384.h for libnetbsd, added to libmd in r292782 2173.if ${BOOTSTRAPPING} < 1100093 2174_nmtree= lib/libmd \ 2175 lib/libnetbsd \ 2176 usr.sbin/nmtree --- 1217 unchanged lines hidden --- | 2170.endif 2171 2172# r245440 mtree -N support added 2173# r313404 requires sha384.h for libnetbsd, added to libmd in r292782 2174.if ${BOOTSTRAPPING} < 1100093 2175_nmtree= lib/libmd \ 2176 lib/libnetbsd \ 2177 usr.sbin/nmtree --- 1217 unchanged lines hidden --- |