Makefile.inc1 (e5ccad508ba818198f29777de71a0cb78786d60d) | Makefile.inc1 (3ac62888fc211e92785751c9bb6e73868101f65c) |
---|---|
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. --- 2328 unchanged lines hidden (view full) --- 2337.else 2338# When building on non-FreeBSD, install a fake chflags instead since the 2339# version from the source tree cannot work. We also don't need sysctl since we 2340# are install with -DNO_ROOT. 2341_other_bootstrap_tools+=tools/build/cross-build/fake_chflags 2342.endif 2343# mkfifo is used by sys/conf/newvers.sh 2344_basic_bootstrap_tools+=usr.bin/mkfifo | 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. --- 2328 unchanged lines hidden (view full) --- 2337.else 2338# When building on non-FreeBSD, install a fake chflags instead since the 2339# version from the source tree cannot work. We also don't need sysctl since we 2340# are install with -DNO_ROOT. 2341_other_bootstrap_tools+=tools/build/cross-build/fake_chflags 2342.endif 2343# mkfifo is used by sys/conf/newvers.sh 2344_basic_bootstrap_tools+=usr.bin/mkfifo |
2345# jot is needed for the mkimg tests 2346_basic_bootstrap_tools+=usr.bin/jot |
|
2345 2346.if ${MK_BOOT} != "no" 2347# md5 is used by boot/beri (and possibly others) 2348_basic_bootstrap_tools+=sbin/md5 2349.endif 2350 2351.if ${MK_ZONEINFO} != "no" 2352_basic_bootstrap_tools+=usr.sbin/zic usr.sbin/tzsetup --- 1113 unchanged lines hidden --- | 2347 2348.if ${MK_BOOT} != "no" 2349# md5 is used by boot/beri (and possibly others) 2350_basic_bootstrap_tools+=sbin/md5 2351.endif 2352 2353.if ${MK_ZONEINFO} != "no" 2354_basic_bootstrap_tools+=usr.sbin/zic usr.sbin/tzsetup --- 1113 unchanged lines hidden --- |