=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.119 retrieving revision 1.124 diff -u -r1.119 -r1.124 --- src/Makefile 2013/06/17 19:16:02 1.119 +++ src/Makefile 2015/06/02 06:10:14 1.124 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.119 2013/06/17 19:16:02 robert Exp $ +# $OpenBSD: Makefile,v 1.124 2015/06/02 06:10:14 deraadt Exp $ # # For more information on building in tricky environments, please see @@ -27,7 +27,7 @@ # # 5) If you want to setup a cross-build environment, there is a "cross-gcc" # target available which upon completion of: -# make -f Makefile.cross TARGET= cross-gcc" +# "make -f Makefile.cross TARGET= cross-gcc" # (where is one of the names in the /sys/arch directory) will produce # a set of compilation tools along with the includes in the /usr/cross/ # directory. The "cross-distrib" target will build cross-tools as well as @@ -41,13 +41,6 @@ SUBDIR+= sys -.if (${KERBEROS5:L} == "yes") -SUBDIR+=kerberosV/tools -SUBDIR+=kerberosV/libexec -SUBDIR+=kerberosV/usr.bin -SUBDIR+=kerberosV/usr.sbin -.endif - .if make(clean) || make(cleandir) || make(obj) SUBDIR+= distrib regress .endif @@ -67,6 +60,7 @@ afterinstall: .ifndef NOMAN cd ${.CURDIR}/share/man && exec ${MAKE} makedb + cd ${.CURDIR}/distrib/sets && exec ${MAKE} makedb .endif .ifdef DESTDIR @@ -86,6 +80,7 @@ cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \ NOMAN=1 exec ${SUDO} ${MAKE} install ${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install + ${SUDO} /bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE} .endif CROSS_TARGETS=cross-env cross-dirs cross-obj cross-includes cross-binutils \