Deleted Added
sdiff udiff text old ( 148051 ) new ( 148330 )
full compact
1#
2# $FreeBSD: head/Makefile.inc1 148051 2005-07-15 14:38:54Z ru $
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# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNO_CLEAN do not clean at all
10# -DNO_CRYPT will prevent building of crypt versions

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

1053 cd ${.CURDIR}/$${edir}; \
1054 fi; \
1055 ${MAKE} ${__target} DIRPRFX=${DIRPRFX}$${edir}/
1056.endfor
1057par-${__target}: ${SUBDIR:S/$/.${__target}__D/}
1058.endfor
1059
1060.include <bsd.subdir.mk>