=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.113 retrieving revision 1.115 diff -u -r1.113 -r1.115 --- src/Makefile 2005/09/16 12:28:34 1.113 +++ src/Makefile 2010/03/23 21:31:02 1.115 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.113 2005/09/16 12:28:34 jmc Exp $ +# $OpenBSD: Makefile,v 1.115 2010/03/23 21:31:02 espie Exp $ # # For more information on building in tricky environments, please see @@ -38,7 +38,7 @@ SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games SUBDIR+= gnu -SUBDIR+= sys lkm +SUBDIR+= sys .if (${KERBEROS5:L} == "yes") SUBDIR+= kerberosV @@ -59,6 +59,7 @@ beforeinstall: cd ${.CURDIR}/etc && exec ${MAKE} DESTDIR=${DESTDIR} distrib-dirs + cd ${.CURDIR}/etc && exec ${MAKE} DESTDIR=${DESTDIR} install-mtree cd ${.CURDIR}/include && exec ${MAKE} includes afterinstall: