xref: /freebsd/stand/Makefile.amd64 (revision e51b3d8e53cee7d6a36e34e1cd4d588593d71b40)
1
2S.yes+=		userboot
3S.yes+=		i386
4
5SUBDIR_DEPEND_userboot+=	${INTERP_DEPENDS}
6# These won't get tacked on in an amd64 build
7SUBDIR_DEPEND_i386+=	${LIB32DEPENDS} ${INTERP_DEPENDS}
8